#6D0B12

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

Shades of Pohutukawa #6D0B12

Tints of Pohutukawa #6D0B12

Color information

#6D0B12 (or 0x6D0B12) is unknown color: approx Pohutukawa. HEX triplet: 6D, 0B and 12. RGB value is (109,11,18). Sum of RGB (Red+Green+Blue) = 109+11+18=138 (18% of max value = 765). Red value is 109 (42.97% from 255 or 78.99% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0B12 is #92F4ED. Grayscale: #292929. Windows color (decimal): -9630958 or 1182573. OLE color: 1182573.

HSL color Cylindrical-coordinate representation of color #6D0B12: hue angle of 355.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B12 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB1091118-
CMYK00.900.830.57
HSL355.71º81.67%23.53%-
HSV(B)355.71º89.91%42.75%-
XYZ6.543.530.91-
YUV41.1114.97176.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 78.99%
GREEN value IS 11 (4.69% from 255) = 7.97%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=78.99%
G=7.97%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109111800.900.830.57355.7181.6723.53
Hex6DB1205A53391645218
Octal155132201321237154412230
Binary1101101101110010010110101010011111001101100100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,11,18); }

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

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

 a { background-color: rgb(109,11,18); }

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

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

 span { border-color: rgb(109,11,18); }

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