Shades of Deep Fir #06350E
Tints of Deep Fir #06350E
RGB
CMYK
RGB Variations
Color information
#06350E (or 0x06350E) is known color: Deep Fir. HEX triplet: 06, 35 and 0E. RGB value is (6,53,14). Sum of RGB (Red+Green+Blue) = 6+53+14=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 53 (21.09% from 255 or 72.60% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 53 - color contains mainly: green. Hex color #06350E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06350E is #F9CAF1. Grayscale: #222222. Windows color (decimal): -16370418 or 931078. OLE color: 931078.
HSL color Cylindrical-coordinate representation of color #06350E: hue angle of 130.21º 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 #06350E is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 53 | 14 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.79 |
| HSL | 130.21º | 0.8% | 0.12% | - |
| HSV(B) | 130.21º | 0.89% | 0.21% | - |
| XYZ | 1.43 | 2.62 | 0.85 | - |
| YUV | 34.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 14 | 0.89 | 0 | 0.74 | 0.79 | 130.21 | 0.8 | 0.12 |
| Hex | 6 | 35 | E | 59 | 0 | 4A | 4F | 82 | 50 | C |
| Octal | 6 | 65 | 16 | 131 | 0 | 112 | 117 | 202 | 120 | 14 |
| Binary | 110 | 110101 | 1110 | 1011001 | 0 | 1001010 | 1001111 | 10000010 | 1010000 | 1100 |
Color Harmonies of #06350E
Complementary color
Monochromatic Colors of #06350E
Black with #06350E
Text Example
Text Example
White with #06350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06350E; }
p { color: rgb(6,53,14); }
H1.HeaderClassName
{
color: #06350E;
}
.AnyTagClassName
{
color: #06350E;
}
</style>
background-color css
<style>
a { background-color: #06350E; }
a { background-color: rgb(6,53,14); }
div.DivClassName
{
background-color: #06350E;
}
.BgClassName
{
background-color: #06350E;
}
</style>
border-color css
<style>
span { border-color: #06350E; }
span { border-color: rgb(6,53,14); }
td.TdClassName
{
border-color: #06350E;
}
.TagClassName
{
border-color: #06350E;
}
</style>