#6B0809

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

Shades of Pohutukawa #6B0809

Tints of Pohutukawa #6B0809

Color information

#6B0809 (or 0x6B0809) is unknown color: approx Pohutukawa. HEX triplet: 6B, 08 and 09. RGB value is (107,8,9). Sum of RGB (Red+Green+Blue) = 107+8+9=124 (16% of max value = 765). Red value is 107 (42.19% from 255 or 86.29% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0809 is #94F7F6. Grayscale: #252525. Windows color (decimal): -9762807 or 591979. OLE color: 591979.

HSL color Cylindrical-coordinate representation of color #6B0809: hue angle of 359.39º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0809 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB10789-
CMYK00.930.920.58
HSL359.39º86.09%22.55%-
HSV(B)359.39º92.52%41.96%-
XYZ6.23.320.57-
YUV37.72111.8177.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 86.29%
GREEN value IS 8 (3.52% from 255) = 6.45%
BLUE value IS 9 (3.91% from 255) = 7.26%
R=86.29%
G=6.45%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1078900.930.920.58359.3986.0922.55
Hex6B8905D5C3A1675617
Octal153101101351347254712627
Binary110101110001001010111011011100111010101100111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,8,9); }

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

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

 a { background-color: rgb(107,8,9); }

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

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

 span { border-color: rgb(107,8,9); }

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