Shades of Saddle Brown #9E4006
Tints of Saddle Brown #9E4006
RGB
CMYK
RGB Variations
Color information
#9E4006 (or 0x9E4006) is known color: Saddle Brown. HEX triplet: 9E, 40 and 06. RGB value is (158,64,6). Sum of RGB (Red+Green+Blue) = 158+64+6=228 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.30% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4006 is #61BFF9. Grayscale: #555555. Windows color (decimal): -6406138 or 409758. OLE color: 409758.
HSL color Cylindrical-coordinate representation of color #9E4006: hue angle of 22.89º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E4006 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 6 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.38 |
| HSL | 22.89º | 0.93% | 0.32% | - |
| HSV(B) | 22.89º | 0.96% | 0.62% | - |
| XYZ | 15.97 | 10.95 | 1.44 | - |
| YUV | 85.49 | 83.14 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 6 | 0 | 0.59 | 0.96 | 0.38 | 22.89 | 0.93 | 0.32 |
| Hex | 9E | 40 | 6 | 0 | 3B | 60 | 26 | 17 | 5D | 20 |
| Octal | 236 | 100 | 6 | 0 | 73 | 140 | 46 | 27 | 135 | 40 |
| Binary | 10011110 | 1000000 | 110 | 0 | 111011 | 1100000 | 100110 | 10111 | 1011101 | 100000 |
Color Harmonies of #9E4006
Complementary color
Monochromatic Colors of #9E4006
Black with #9E4006
Text Example
Text Example
White with #9E4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4006; }
p { color: rgb(158,64,6); }
H1.HeaderClassName
{
color: #9E4006;
}
.AnyTagClassName
{
color: #9E4006;
}
</style>
background-color css
<style>
a { background-color: #9E4006; }
a { background-color: rgb(158,64,6); }
div.DivClassName
{
background-color: #9E4006;
}
.BgClassName
{
background-color: #9E4006;
}
</style>
border-color css
<style>
span { border-color: #9E4006; }
span { border-color: rgb(158,64,6); }
td.TdClassName
{
border-color: #9E4006;
}
.TagClassName
{
border-color: #9E4006;
}
</style>