Shades of Saddle Brown #9E3E06
Tints of Saddle Brown #9E3E06
RGB
CMYK
RGB Variations
Color information
#9E3E06 (or 0x9E3E06) is known color: Saddle Brown. HEX triplet: 9E, 3E and 06. RGB value is (158,62,6). Sum of RGB (Red+Green+Blue) = 158+62+6=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3E06 is #61C1F9. Grayscale: #545454. Windows color (decimal): -6406650 or 409246. OLE color: 409246.
HSL color Cylindrical-coordinate representation of color #9E3E06: hue angle of 22.11º 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 #9E3E06 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 62 | 6 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.38 |
| HSL | 22.11º | 0.93% | 0.32% | - |
| HSV(B) | 22.11º | 0.96% | 0.62% | - |
| XYZ | 15.86 | 10.73 | 1.41 | - |
| YUV | 84.32 | 83.8 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 62 | 6 | 0 | 0.61 | 0.96 | 0.38 | 22.11 | 0.93 | 0.32 |
| Hex | 9E | 3E | 6 | 0 | 3D | 60 | 26 | 16 | 5D | 20 |
| Octal | 236 | 76 | 6 | 0 | 75 | 140 | 46 | 26 | 135 | 40 |
| Binary | 10011110 | 111110 | 110 | 0 | 111101 | 1100000 | 100110 | 10110 | 1011101 | 100000 |
Color Harmonies of #9E3E06
Complementary color
Monochromatic Colors of #9E3E06
Black with #9E3E06
Text Example
Text Example
White with #9E3E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3E06; }
p { color: rgb(158,62,6); }
H1.HeaderClassName
{
color: #9E3E06;
}
.AnyTagClassName
{
color: #9E3E06;
}
</style>
background-color css
<style>
a { background-color: #9E3E06; }
a { background-color: rgb(158,62,6); }
div.DivClassName
{
background-color: #9E3E06;
}
.BgClassName
{
background-color: #9E3E06;
}
</style>
border-color css
<style>
span { border-color: #9E3E06; }
span { border-color: rgb(158,62,6); }
td.TdClassName
{
border-color: #9E3E06;
}
.TagClassName
{
border-color: #9E3E06;
}
</style>