Shades of Deep Fir #06330F
Tints of Deep Fir #06330F
RGB
CMYK
RGB Variations
Color information
#06330F (or 0x06330F) is known color: Deep Fir. HEX triplet: 06, 33 and 0F. RGB value is (6,51,15). Sum of RGB (Red+Green+Blue) = 6+51+15=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #06330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06330F is #F9CCF0. Grayscale: #212121. Windows color (decimal): -16370929 or 996102. OLE color: 996102.
HSL color Cylindrical-coordinate representation of color #06330F: hue angle of 132º 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 #06330F is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 6 | 51 | 15 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.8 |
| HSL | 132º | 0.79% | 0.11% | - |
| HSV(B) | 132º | 0.88% | 0.2% | - |
| XYZ | 1.35 | 2.44 | 0.85 | - |
| YUV | 33.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 15 | 0.88 | 0 | 0.71 | 0.8 | 132 | 0.79 | 0.11 |
| Hex | 6 | 33 | F | 58 | 0 | 47 | 50 | 84 | 4F | B |
| Octal | 6 | 63 | 17 | 130 | 0 | 107 | 120 | 204 | 117 | 13 |
| Binary | 110 | 110011 | 1111 | 1011000 | 0 | 1000111 | 1010000 | 10000100 | 1001111 | 1011 |
Color Harmonies of #06330F
Complementary color
Monochromatic Colors of #06330F
Black with #06330F
Text Example
Text Example
White with #06330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06330F; }
p { color: rgb(6,51,15); }
H1.HeaderClassName
{
color: #06330F;
}
.AnyTagClassName
{
color: #06330F;
}
</style>
background-color css
<style>
a { background-color: #06330F; }
a { background-color: rgb(6,51,15); }
div.DivClassName
{
background-color: #06330F;
}
.BgClassName
{
background-color: #06330F;
}
</style>
border-color css
<style>
span { border-color: #06330F; }
span { border-color: rgb(6,51,15); }
td.TdClassName
{
border-color: #06330F;
}
.TagClassName
{
border-color: #06330F;
}
</style>