Shades of Sorrell Brown #9E8560
Tints of Sorrell Brown #9E8560
RGB
CMYK
RGB Variations
Color information
#9E8560 (or 0x9E8560) is known color: Sorrell Brown. HEX triplet: 9E, 85 and 60. RGB value is (158,133,96). Sum of RGB (Red+Green+Blue) = 158+133+96=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8560 is #617A9F. Grayscale: #888888. Windows color (decimal): -6388384 or 6325662. OLE color: 6325662.
HSL color Cylindrical-coordinate representation of color #9E8560: hue angle of 35.81º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E8560 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 96 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.38 |
| HSL | 35.81º | 0.24% | 0.5% | - |
| HSV(B) | 35.81º | 0.39% | 0.62% | - |
| XYZ | 24.6 | 24.89 | 14.57 | - |
| YUV | 136.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 96 | 0 | 0.16 | 0.39 | 0.38 | 35.81 | 0.24 | 0.5 |
| Hex | 9E | 85 | 60 | 0 | 10 | 27 | 26 | 24 | 18 | 32 |
| Octal | 236 | 205 | 140 | 0 | 20 | 47 | 46 | 44 | 30 | 62 |
| Binary | 10011110 | 10000101 | 1100000 | 0 | 10000 | 100111 | 100110 | 100100 | 11000 | 110010 |
Color Harmonies of #9E8560
Complementary color
Monochromatic Colors of #9E8560
Black with #9E8560
Text Example
Text Example
White with #9E8560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8560; }
p { color: rgb(158,133,96); }
H1.HeaderClassName
{
color: #9E8560;
}
.AnyTagClassName
{
color: #9E8560;
}
</style>
background-color css
<style>
a { background-color: #9E8560; }
a { background-color: rgb(158,133,96); }
div.DivClassName
{
background-color: #9E8560;
}
.BgClassName
{
background-color: #9E8560;
}
</style>
border-color css
<style>
span { border-color: #9E8560; }
span { border-color: rgb(158,133,96); }
td.TdClassName
{
border-color: #9E8560;
}
.TagClassName
{
border-color: #9E8560;
}
</style>