Shades of Deep Fir #06270D
Tints of Deep Fir #06270D
RGB
CMYK
RGB Variations
Color information
#06270D (or 0x06270D) is known color: Deep Fir. HEX triplet: 06, 27 and 0D. RGB value is (6,39,13). Sum of RGB (Red+Green+Blue) = 6+39+13=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #06270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06270D is #F9D8F2. Grayscale: #1A1A1A. Windows color (decimal): -16374003 or 861958. OLE color: 861958.
HSL color Cylindrical-coordinate representation of color #06270D: hue angle of 132.73º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #06270D is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 39 | 13 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.85 |
| HSL | 132.73º | 0.73% | 0.09% | - |
| HSV(B) | 132.73º | 0.85% | 0.15% | - |
| XYZ | 0.87 | 1.52 | 0.63 | - |
| YUV | 26.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 13 | 0.85 | 0 | 0.67 | 0.85 | 132.73 | 0.73 | 0.09 |
| Hex | 6 | 27 | D | 55 | 0 | 43 | 55 | 85 | 49 | 9 |
| Octal | 6 | 47 | 15 | 125 | 0 | 103 | 125 | 205 | 111 | 11 |
| Binary | 110 | 100111 | 1101 | 1010101 | 0 | 1000011 | 1010101 | 10000101 | 1001001 | 1001 |
Color Harmonies of #06270D
Complementary color
Monochromatic Colors of #06270D
Black with #06270D
Text Example
Text Example
White with #06270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06270D; }
p { color: rgb(6,39,13); }
H1.HeaderClassName
{
color: #06270D;
}
.AnyTagClassName
{
color: #06270D;
}
</style>
background-color css
<style>
a { background-color: #06270D; }
a { background-color: rgb(6,39,13); }
div.DivClassName
{
background-color: #06270D;
}
.BgClassName
{
background-color: #06270D;
}
</style>
border-color css
<style>
span { border-color: #06270D; }
span { border-color: rgb(6,39,13); }
td.TdClassName
{
border-color: #06270D;
}
.TagClassName
{
border-color: #06270D;
}
</style>