Shades of Deep Fir #06270E
Tints of Deep Fir #06270E
RGB
CMYK
RGB Variations
Color information
#06270E (or 0x06270E) is known color: Deep Fir. HEX triplet: 06, 27 and 0E. RGB value is (6,39,14). Sum of RGB (Red+Green+Blue) = 6+39+14=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #06270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06270E is #F9D8F1. Grayscale: #1A1A1A. Windows color (decimal): -16374002 or 927494. OLE color: 927494.
HSL color Cylindrical-coordinate representation of color #06270E: hue angle of 134.55º 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 #06270E is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 39 | 14 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.85 |
| HSL | 134.55º | 0.73% | 0.09% | - |
| HSV(B) | 134.55º | 0.85% | 0.15% | - |
| XYZ | 0.88 | 1.52 | 0.66 | - |
| YUV | 26.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 14 | 0.85 | 0 | 0.64 | 0.85 | 134.55 | 0.73 | 0.09 |
| Hex | 6 | 27 | E | 55 | 0 | 40 | 55 | 87 | 49 | 9 |
| Octal | 6 | 47 | 16 | 125 | 0 | 100 | 125 | 207 | 111 | 11 |
| Binary | 110 | 100111 | 1110 | 1010101 | 0 | 1000000 | 1010101 | 10000111 | 1001001 | 1001 |
Color Harmonies of #06270E
Complementary color
Monochromatic Colors of #06270E
Black with #06270E
Text Example
Text Example
White with #06270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06270E; }
p { color: rgb(6,39,14); }
H1.HeaderClassName
{
color: #06270E;
}
.AnyTagClassName
{
color: #06270E;
}
</style>
background-color css
<style>
a { background-color: #06270E; }
a { background-color: rgb(6,39,14); }
div.DivClassName
{
background-color: #06270E;
}
.BgClassName
{
background-color: #06270E;
}
</style>
border-color css
<style>
span { border-color: #06270E; }
span { border-color: rgb(6,39,14); }
td.TdClassName
{
border-color: #06270E;
}
.TagClassName
{
border-color: #06270E;
}
</style>