#06240C

Color #06240C Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #06240C

Tints of Deep Fir #06240C

Color information

#06240C (or 0x06240C) is unknown color: approx Deep Fir. HEX triplet: 06, 24 and 0C. RGB value is (6,36,12). Sum of RGB (Red+Green+Blue) = 6+36+12=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 36 (14.45% from 255 or 66.67% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 36 - color contains mainly: green. Hex color #06240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06240C is #F9DBF3. Grayscale: #181818. Windows color (decimal): -16374772 or 795654. OLE color: 795654.

HSL color Cylindrical-coordinate representation of color #06240C: hue angle of 132º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #06240C is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB63612-
CMYK0.8300.670.86
HSL132º71.43%8.24%-
HSV(B)132º83.33%14.12%-
XYZ0.771.330.56-
YUV24.29121.06114.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.11%
GREEN value IS 36 (14.45% from 255) = 66.67%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=11.11%
G=66.67%
B=22.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal636120.8300.670.8613271.438.24
Hex624C530435684478
Octal64414123010312620410710
Binary110100100110010100110100001110101101000010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06240C; }

 p { color: rgb(6,36,12); }

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

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

 a { background-color: rgb(6,36,12); }

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

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

 span { border-color: rgb(6,36,12); }

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