Shades of Deep Fir #062B11
Tints of Deep Fir #062B11
RGB
CMYK
RGB Variations
Color information
#062B11 (or 0x062B11) is known color: Deep Fir. HEX triplet: 06, 2B and 11. RGB value is (6,43,17). Sum of RGB (Red+Green+Blue) = 6+43+17=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 43 (17.19% from 255 or 65.15% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 43 - color contains mainly: green. Hex color #062B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062B11 is #F9D4EE. Grayscale: #1D1D1D. Windows color (decimal): -16372975 or 1125126. OLE color: 1125126.
HSL color Cylindrical-coordinate representation of color #062B11: hue angle of 137.84º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062B11 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 43 | 17 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.83 |
| HSL | 137.84º | 0.76% | 0.1% | - |
| HSV(B) | 137.84º | 0.86% | 0.17% | - |
| XYZ | 1.04 | 1.81 | 0.82 | - |
| YUV | 28.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 17 | 0.86 | 0 | 0.60 | 0.83 | 137.84 | 0.76 | 0.1 |
| Hex | 6 | 2B | 11 | 56 | 0 | 3C | 53 | 8A | 4C | A |
| Octal | 6 | 53 | 21 | 126 | 0 | 74 | 123 | 212 | 114 | 12 |
| Binary | 110 | 101011 | 10001 | 1010110 | 0 | 111100 | 1010011 | 10001010 | 1001100 | 1010 |
Color Harmonies of #062B11
Complementary color
Monochromatic Colors of #062B11
Black with #062B11
Text Example
Text Example
White with #062B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B11; }
p { color: rgb(6,43,17); }
H1.HeaderClassName
{
color: #062B11;
}
.AnyTagClassName
{
color: #062B11;
}
</style>
background-color css
<style>
a { background-color: #062B11; }
a { background-color: rgb(6,43,17); }
div.DivClassName
{
background-color: #062B11;
}
.BgClassName
{
background-color: #062B11;
}
</style>
border-color css
<style>
span { border-color: #062B11; }
span { border-color: rgb(6,43,17); }
td.TdClassName
{
border-color: #062B11;
}
.TagClassName
{
border-color: #062B11;
}
</style>