Shades of Deep Fir #06360C
Tints of Deep Fir #06360C
RGB
CMYK
RGB Variations
Color information
#06360C (or 0x06360C) is known color: Deep Fir. HEX triplet: 06, 36 and 0C. RGB value is (6,54,12). Sum of RGB (Red+Green+Blue) = 6+54+12=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 54 (21.48% from 255 or 75% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 54 - color contains mainly: green. Hex color #06360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06360C is #F9C9F3. Grayscale: #222222. Windows color (decimal): -16370164 or 800262. OLE color: 800262.
HSL color Cylindrical-coordinate representation of color #06360C: hue angle of 127.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06360C is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 54 | 12 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.79 |
| HSL | 127.5º | 0.8% | 0.12% | - |
| HSV(B) | 127.5º | 0.89% | 0.21% | - |
| XYZ | 1.46 | 2.7 | 0.79 | - |
| YUV | 34.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 12 | 0.89 | 0 | 0.78 | 0.79 | 127.5 | 0.8 | 0.12 |
| Hex | 6 | 36 | C | 59 | 0 | 4E | 4F | 80 | 50 | C |
| Octal | 6 | 66 | 14 | 131 | 0 | 116 | 117 | 200 | 120 | 14 |
| Binary | 110 | 110110 | 1100 | 1011001 | 0 | 1001110 | 1001111 | 10000000 | 1010000 | 1100 |
Color Harmonies of #06360C
Complementary color
Monochromatic Colors of #06360C
Black with #06360C
Text Example
Text Example
White with #06360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06360C; }
p { color: rgb(6,54,12); }
H1.HeaderClassName
{
color: #06360C;
}
.AnyTagClassName
{
color: #06360C;
}
</style>
background-color css
<style>
a { background-color: #06360C; }
a { background-color: rgb(6,54,12); }
div.DivClassName
{
background-color: #06360C;
}
.BgClassName
{
background-color: #06360C;
}
</style>
border-color css
<style>
span { border-color: #06360C; }
span { border-color: rgb(6,54,12); }
td.TdClassName
{
border-color: #06360C;
}
.TagClassName
{
border-color: #06360C;
}
</style>