Shades of Deep Fir #06320C
Tints of Deep Fir #06320C
RGB
CMYK
RGB Variations
Color information
#06320C (or 0x06320C) is known color: Deep Fir. HEX triplet: 06, 32 and 0C. RGB value is (6,50,12). Sum of RGB (Red+Green+Blue) = 6+50+12=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 50 (19.92% from 255 or 73.53% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 50 - color contains mainly: green. Hex color #06320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06320C is #F9CDF3. Grayscale: #202020. Windows color (decimal): -16371188 or 799238. OLE color: 799238.
HSL color Cylindrical-coordinate representation of color #06320C: hue angle of 128.18º 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 #06320C is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 50 | 12 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.80 |
| HSL | 128.18º | 0.79% | 0.11% | - |
| HSV(B) | 128.18º | 0.88% | 0.2% | - |
| XYZ | 1.28 | 2.35 | 0.73 | - |
| YUV | 32.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 12 | 0.88 | 0 | 0.76 | 0.80 | 128.18 | 0.79 | 0.11 |
| Hex | 6 | 32 | C | 58 | 0 | 4C | 50 | 80 | 4F | B |
| Octal | 6 | 62 | 14 | 130 | 0 | 114 | 120 | 200 | 117 | 13 |
| Binary | 110 | 110010 | 1100 | 1011000 | 0 | 1001100 | 1010000 | 10000000 | 1001111 | 1011 |
Color Harmonies of #06320C
Complementary color
Monochromatic Colors of #06320C
Black with #06320C
Text Example
Text Example
White with #06320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06320C; }
p { color: rgb(6,50,12); }
H1.HeaderClassName
{
color: #06320C;
}
.AnyTagClassName
{
color: #06320C;
}
</style>
background-color css
<style>
a { background-color: #06320C; }
a { background-color: rgb(6,50,12); }
div.DivClassName
{
background-color: #06320C;
}
.BgClassName
{
background-color: #06320C;
}
</style>
border-color css
<style>
span { border-color: #06320C; }
span { border-color: rgb(6,50,12); }
td.TdClassName
{
border-color: #06320C;
}
.TagClassName
{
border-color: #06320C;
}
</style>