Shades of Deep Fir #06220D
Tints of Deep Fir #06220D
RGB
CMYK
RGB Variations
Color information
#06220D (or 0x06220D) is known color: Deep Fir. HEX triplet: 06, 22 and 0D. RGB value is (6,34,13). Sum of RGB (Red+Green+Blue) = 6+34+13=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #06220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06220D is #F9DDF2. Grayscale: #171717. Windows color (decimal): -16375283 or 860678. OLE color: 860678.
HSL color Cylindrical-coordinate representation of color #06220D: hue angle of 135º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #06220D is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 34 | 13 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.87 |
| HSL | 135º | 0.7% | 0.08% | - |
| HSV(B) | 135º | 0.82% | 0.13% | - |
| XYZ | 0.72 | 1.21 | 0.58 | - |
| YUV | 23.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 13 | 0.82 | 0 | 0.62 | 0.87 | 135 | 0.7 | 0.08 |
| Hex | 6 | 22 | D | 52 | 0 | 3E | 57 | 87 | 46 | 8 |
| Octal | 6 | 42 | 15 | 122 | 0 | 76 | 127 | 207 | 106 | 10 |
| Binary | 110 | 100010 | 1101 | 1010010 | 0 | 111110 | 1010111 | 10000111 | 1000110 | 1000 |
Color Harmonies of #06220D
Complementary color
Monochromatic Colors of #06220D
Black with #06220D
Text Example
Text Example
White with #06220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06220D; }
p { color: rgb(6,34,13); }
H1.HeaderClassName
{
color: #06220D;
}
.AnyTagClassName
{
color: #06220D;
}
</style>
background-color css
<style>
a { background-color: #06220D; }
a { background-color: rgb(6,34,13); }
div.DivClassName
{
background-color: #06220D;
}
.BgClassName
{
background-color: #06220D;
}
</style>
border-color css
<style>
span { border-color: #06220D; }
span { border-color: rgb(6,34,13); }
td.TdClassName
{
border-color: #06220D;
}
.TagClassName
{
border-color: #06220D;
}
</style>