#6B1118

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

Shades of Pohutukawa #6B1118

Tints of Pohutukawa #6B1118

Color information

#6B1118 (or 0x6B1118) is unknown color: approx Pohutukawa. HEX triplet: 6B, 11 and 18. RGB value is (107,17,24). Sum of RGB (Red+Green+Blue) = 107+17+24=148 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.30% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1118 is #94EEE7. Grayscale: #2C2C2C. Windows color (decimal): -9760488 or 1577323. OLE color: 1577323.

HSL color Cylindrical-coordinate representation of color #6B1118: hue angle of 355.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1118 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB1071724-
CMYK00.840.780.58
HSL355.33º72.58%24.31%-
HSV(B)355.33º84.11%41.96%-
XYZ6.433.591.22-
YUV44.71116.32172.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 72.30%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=72.30%
G=11.49%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107172400.840.780.58355.3372.5824.31
Hex6B11180544E3A1634918
Octal153213001241167254311130
Binary11010111000111000010101001001110111010101100011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,17,24); }

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

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

 a { background-color: rgb(107,17,24); }

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

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

 span { border-color: rgb(107,17,24); }

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