Shades of Sorrell Brown #9E865E
Tints of Sorrell Brown #9E865E
RGB
CMYK
RGB Variations
Color information
#9E865E (or 0x9E865E) is known color: Sorrell Brown. HEX triplet: 9E, 86 and 5E. RGB value is (158,134,94). Sum of RGB (Red+Green+Blue) = 158+134+94=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E865E is #6179A1. Grayscale: #888888. Windows color (decimal): -6388130 or 6194846. OLE color: 6194846.
HSL color Cylindrical-coordinate representation of color #9E865E: hue angle of 37.5º 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 #9E865E is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 94 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.38 |
| HSL | 37.5º | 0.25% | 0.49% | - |
| HSV(B) | 37.5º | 0.41% | 0.62% | - |
| XYZ | 24.65 | 25.13 | 14.14 | - |
| YUV | 136.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 94 | 0 | 0.15 | 0.41 | 0.38 | 37.5 | 0.25 | 0.49 |
| Hex | 9E | 86 | 5E | 0 | F | 29 | 26 | 26 | 19 | 31 |
| Octal | 236 | 206 | 136 | 0 | 17 | 51 | 46 | 46 | 31 | 61 |
| Binary | 10011110 | 10000110 | 1011110 | 0 | 1111 | 101001 | 100110 | 100110 | 11001 | 110001 |
Color Harmonies of #9E865E
Complementary color
Monochromatic Colors of #9E865E
Black with #9E865E
Text Example
Text Example
White with #9E865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E865E; }
p { color: rgb(158,134,94); }
H1.HeaderClassName
{
color: #9E865E;
}
.AnyTagClassName
{
color: #9E865E;
}
</style>
background-color css
<style>
a { background-color: #9E865E; }
a { background-color: rgb(158,134,94); }
div.DivClassName
{
background-color: #9E865E;
}
.BgClassName
{
background-color: #9E865E;
}
</style>
border-color css
<style>
span { border-color: #9E865E; }
span { border-color: rgb(158,134,94); }
td.TdClassName
{
border-color: #9E865E;
}
.TagClassName
{
border-color: #9E865E;
}
</style>