Shades of Deep Fir #092610
Tints of Deep Fir #092610
RGB
CMYK
RGB Variations
Color information
#092610 (or 0x092610) is known color: Deep Fir. HEX triplet: 09, 26 and 10. RGB value is (9,38,16). Sum of RGB (Red+Green+Blue) = 9+38+16=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 38 (15.23% from 255 or 60.32% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 38 - color contains mainly: green. Hex color #092610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092610 is #F6D9EF. Grayscale: #1A1A1A. Windows color (decimal): -16177648 or 1058313. OLE color: 1058313.
HSL color Cylindrical-coordinate representation of color #092610: hue angle of 134.48º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092610 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 38 | 16 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.85 |
| HSL | 134.48º | 0.62% | 0.09% | - |
| HSV(B) | 134.48º | 0.76% | 0.15% | - |
| XYZ | 0.9 | 1.48 | 0.73 | - |
| YUV | 26.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 16 | 0.76 | 0 | 0.58 | 0.85 | 134.48 | 0.62 | 0.09 |
| Hex | 9 | 26 | 10 | 4C | 0 | 3A | 55 | 86 | 3E | 9 |
| Octal | 11 | 46 | 20 | 114 | 0 | 72 | 125 | 206 | 76 | 11 |
| Binary | 1001 | 100110 | 10000 | 1001100 | 0 | 111010 | 1010101 | 10000110 | 111110 | 1001 |
Color Harmonies of #092610
Complementary color
Monochromatic Colors of #092610
Black with #092610
Text Example
Text Example
White with #092610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092610; }
p { color: rgb(9,38,16); }
H1.HeaderClassName
{
color: #092610;
}
.AnyTagClassName
{
color: #092610;
}
</style>
background-color css
<style>
a { background-color: #092610; }
a { background-color: rgb(9,38,16); }
div.DivClassName
{
background-color: #092610;
}
.BgClassName
{
background-color: #092610;
}
</style>
border-color css
<style>
span { border-color: #092610; }
span { border-color: rgb(9,38,16); }
td.TdClassName
{
border-color: #092610;
}
.TagClassName
{
border-color: #092610;
}
</style>