Shades of Deep Fir #06260C
Tints of Deep Fir #06260C
RGB
CMYK
RGB Variations
Color information
#06260C (or 0x06260C) is known color: Deep Fir. HEX triplet: 06, 26 and 0C. RGB value is (6,38,12). Sum of RGB (Red+Green+Blue) = 6+38+12=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 38 (15.23% from 255 or 67.86% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 38 - color contains mainly: green. Hex color #06260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06260C is #F9D9F3. Grayscale: #191919. Windows color (decimal): -16374260 or 796166. OLE color: 796166.
HSL color Cylindrical-coordinate representation of color #06260C: hue angle of 131.25º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #06260C is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 38 | 12 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.85 |
| HSL | 131.25º | 0.73% | 0.09% | - |
| HSV(B) | 131.25º | 0.84% | 0.15% | - |
| XYZ | 0.83 | 1.45 | 0.58 | - |
| YUV | 25.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 12 | 0.84 | 0 | 0.68 | 0.85 | 131.25 | 0.73 | 0.09 |
| Hex | 6 | 26 | C | 54 | 0 | 44 | 55 | 83 | 49 | 9 |
| Octal | 6 | 46 | 14 | 124 | 0 | 104 | 125 | 203 | 111 | 11 |
| Binary | 110 | 100110 | 1100 | 1010100 | 0 | 1000100 | 1010101 | 10000011 | 1001001 | 1001 |
Color Harmonies of #06260C
Complementary color
Monochromatic Colors of #06260C
Black with #06260C
Text Example
Text Example
White with #06260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06260C; }
p { color: rgb(6,38,12); }
H1.HeaderClassName
{
color: #06260C;
}
.AnyTagClassName
{
color: #06260C;
}
</style>
background-color css
<style>
a { background-color: #06260C; }
a { background-color: rgb(6,38,12); }
div.DivClassName
{
background-color: #06260C;
}
.BgClassName
{
background-color: #06260C;
}
</style>
border-color css
<style>
span { border-color: #06260C; }
span { border-color: rgb(6,38,12); }
td.TdClassName
{
border-color: #06260C;
}
.TagClassName
{
border-color: #06260C;
}
</style>