Shades of Sorrell Brown #9E805E
Tints of Sorrell Brown #9E805E
RGB
CMYK
RGB Variations
Color information
#9E805E (or 0x9E805E) is known color: Sorrell Brown. HEX triplet: 9E, 80 and 5E. RGB value is (158,128,94). Sum of RGB (Red+Green+Blue) = 158+128+94=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E805E is #617FA1. Grayscale: #858585. Windows color (decimal): -6389666 or 6193310. OLE color: 6193310.
HSL color Cylindrical-coordinate representation of color #9E805E: hue angle of 31.88º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E805E is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 94 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.38 |
| HSL | 31.88º | 0.25% | 0.49% | - |
| HSV(B) | 31.88º | 0.41% | 0.62% | - |
| XYZ | 23.84 | 23.52 | 13.87 | - |
| YUV | 133.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 94 | 0 | 0.19 | 0.41 | 0.38 | 31.88 | 0.25 | 0.49 |
| Hex | 9E | 80 | 5E | 0 | 13 | 29 | 26 | 20 | 19 | 31 |
| Octal | 236 | 200 | 136 | 0 | 23 | 51 | 46 | 40 | 31 | 61 |
| Binary | 10011110 | 10000000 | 1011110 | 0 | 10011 | 101001 | 100110 | 100000 | 11001 | 110001 |
Color Harmonies of #9E805E
Complementary color
Monochromatic Colors of #9E805E
Black with #9E805E
Text Example
Text Example
White with #9E805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E805E; }
p { color: rgb(158,128,94); }
H1.HeaderClassName
{
color: #9E805E;
}
.AnyTagClassName
{
color: #9E805E;
}
</style>
background-color css
<style>
a { background-color: #9E805E; }
a { background-color: rgb(158,128,94); }
div.DivClassName
{
background-color: #9E805E;
}
.BgClassName
{
background-color: #9E805E;
}
</style>
border-color css
<style>
span { border-color: #9E805E; }
span { border-color: rgb(158,128,94); }
td.TdClassName
{
border-color: #9E805E;
}
.TagClassName
{
border-color: #9E805E;
}
</style>