#091206

Color #091206 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #091206

Tints of Pine Tree #091206

Color information

#091206 (or 0x091206) is unknown color: approx Pine Tree. HEX triplet: 09, 12 and 06. RGB value is (9,18,6). Sum of RGB (Red+Green+Blue) = 9+18+6=33 (4% of max value = 765). Red value is 9 (3.91% from 255 or 27.27% from 33); Green value is 18 (7.42% from 255 or 54.55% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 18 - color contains mainly: green. Hex color #091206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091206 is #F6EDF9. Grayscale: #0D0D0D. Windows color (decimal): -16182778 or 397833. OLE color: 397833.

HSL color Cylindrical-coordinate representation of color #091206: hue angle of 105º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #091206 is Cyan = 0.5, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.93.

Color convert

RGB9186-
CMYK0.500.670.93
HSL105º50%4.71%-
HSV(B)105º66.67%7.06%-
XYZ0.360.50.25-
YUV13.94123.52124.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 27.27%
GREEN value IS 18 (7.42% from 255) = 54.55%
BLUE value IS 6 (2.73% from 255) = 18.18%
R=27.27%
G=54.55%
B=18.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal91860.500.670.93105504.71
Hex9126320435D69325
Octal11226620103135151625
Binary1001100101101100100100001110111011101001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091206; }

 p { color: rgb(9,18,6); }

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

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

 a { background-color: rgb(9,18,6); }

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

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

 span { border-color: rgb(9,18,6); }

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