Shades of Deep Fir #06320F
Tints of Deep Fir #06320F
RGB
CMYK
RGB Variations
Color information
#06320F (or 0x06320F) is known color: Deep Fir. HEX triplet: 06, 32 and 0F. RGB value is (6,50,15). Sum of RGB (Red+Green+Blue) = 6+50+15=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #06320F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06320F is #F9CDF0. Grayscale: #202020. Windows color (decimal): -16371185 or 995846. OLE color: 995846.
HSL color Cylindrical-coordinate representation of color #06320F: hue angle of 132.27º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06320F is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 50 | 15 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.80 |
| HSL | 132.27º | 0.79% | 0.11% | - |
| HSV(B) | 132.27º | 0.88% | 0.2% | - |
| XYZ | 1.3 | 2.35 | 0.84 | - |
| YUV | 32.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 15 | 0.88 | 0 | 0.70 | 0.80 | 132.27 | 0.79 | 0.11 |
| Hex | 6 | 32 | F | 58 | 0 | 46 | 50 | 84 | 4F | B |
| Octal | 6 | 62 | 17 | 130 | 0 | 106 | 120 | 204 | 117 | 13 |
| Binary | 110 | 110010 | 1111 | 1011000 | 0 | 1000110 | 1010000 | 10000100 | 1001111 | 1011 |
Color Harmonies of #06320F
Complementary color
Monochromatic Colors of #06320F
Black with #06320F
Text Example
Text Example
White with #06320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06320F; }
p { color: rgb(6,50,15); }
H1.HeaderClassName
{
color: #06320F;
}
.AnyTagClassName
{
color: #06320F;
}
</style>
background-color css
<style>
a { background-color: #06320F; }
a { background-color: rgb(6,50,15); }
div.DivClassName
{
background-color: #06320F;
}
.BgClassName
{
background-color: #06320F;
}
</style>
border-color css
<style>
span { border-color: #06320F; }
span { border-color: rgb(6,50,15); }
td.TdClassName
{
border-color: #06320F;
}
.TagClassName
{
border-color: #06320F;
}
</style>