#6F1018

Color #6F1018 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #6F1018

Tints of Pohutukawa #6F1018

Color information

#6F1018 (or 0x6F1018) is unknown color: approx Pohutukawa. HEX triplet: 6F, 10 and 18. RGB value is (111,16,24). Sum of RGB (Red+Green+Blue) = 111+16+24=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1018 is #90EFE7. Grayscale: #2D2D2D. Windows color (decimal): -9498600 or 1577071. OLE color: 1577071.

HSL color Cylindrical-coordinate representation of color #6F1018: hue angle of 354.95º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1018 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1111624-
CMYK00.860.780.56
HSL354.95º74.8%24.9%-
HSV(B)354.95º85.59%43.53%-
XYZ6.913.821.24-
YUV45.32115.97174.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 73.51%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 24 (9.77% from 255) = 15.89%
R=73.51%
G=10.60%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111162400.860.780.56354.9574.824.9
Hex6F10180564E381634b19
Octal157203001261167054311331
Binary11011111000011000010101101001110111000101100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F1018; }

 p { color: rgb(111,16,24); }

 H1.HeaderClassName
 {
   color: #6F1018;
 }
 .AnyTagClassName
 {
   color: #6F1018;
 }
</style>
background-color css

<style>
 a { background-color: #6F1018; }

 a { background-color: rgb(111,16,24); }

 div.DivClassName
 {
   background-color: #6F1018;
 }
 .BgClassName
 {
   background-color: #6F1018;
 }
</style>
border-color css

<style>
 span { border-color: #6F1018; }

 span { border-color: rgb(111,16,24); }

 td.TdClassName
 {
   border-color: #6F1018;
 }
 .TagClassName
 {
   border-color: #6F1018;
 }
</style>