Shades of Deep Fir #06200D
Tints of Deep Fir #06200D
RGB
CMYK
RGB Variations
Color information
#06200D (or 0x06200D) is known color: Deep Fir. HEX triplet: 06, 20 and 0D. RGB value is (6,32,13). Sum of RGB (Red+Green+Blue) = 6+32+13=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #06200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06200D is #F9DFF2. Grayscale: #161616. Windows color (decimal): -16375795 or 860166. OLE color: 860166.
HSL color Cylindrical-coordinate representation of color #06200D: hue angle of 136.15º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #06200D is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 32 | 13 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.87 |
| HSL | 136.15º | 0.68% | 0.07% | - |
| HSV(B) | 136.15º | 0.81% | 0.13% | - |
| XYZ | 0.66 | 1.1 | 0.56 | - |
| YUV | 22.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 13 | 0.81 | 0 | 0.59 | 0.87 | 136.15 | 0.68 | 0.07 |
| Hex | 6 | 20 | D | 51 | 0 | 3B | 57 | 88 | 44 | 7 |
| Octal | 6 | 40 | 15 | 121 | 0 | 73 | 127 | 210 | 104 | 7 |
| Binary | 110 | 100000 | 1101 | 1010001 | 0 | 111011 | 1010111 | 10001000 | 1000100 | 111 |
Color Harmonies of #06200D
Complementary color
Monochromatic Colors of #06200D
Black with #06200D
Text Example
Text Example
White with #06200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06200D; }
p { color: rgb(6,32,13); }
H1.HeaderClassName
{
color: #06200D;
}
.AnyTagClassName
{
color: #06200D;
}
</style>
background-color css
<style>
a { background-color: #06200D; }
a { background-color: rgb(6,32,13); }
div.DivClassName
{
background-color: #06200D;
}
.BgClassName
{
background-color: #06200D;
}
</style>
border-color css
<style>
span { border-color: #06200D; }
span { border-color: rgb(6,32,13); }
td.TdClassName
{
border-color: #06200D;
}
.TagClassName
{
border-color: #06200D;
}
</style>