Shades of Sorrell Brown #9E815E
Tints of Sorrell Brown #9E815E
RGB
CMYK
RGB Variations
Color information
#9E815E (or 0x9E815E) is known color: Sorrell Brown. HEX triplet: 9E, 81 and 5E. RGB value is (158,129,94). Sum of RGB (Red+Green+Blue) = 158+129+94=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E815E is #617EA1. Grayscale: #858585. Windows color (decimal): -6389410 or 6193566. OLE color: 6193566.
HSL color Cylindrical-coordinate representation of color #9E815E: hue angle of 32.81º 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 #9E815E is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 129 | 94 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.38 |
| HSL | 32.81º | 0.25% | 0.49% | - |
| HSV(B) | 32.81º | 0.41% | 0.62% | - |
| XYZ | 23.97 | 23.78 | 13.92 | - |
| YUV | 133.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 94 | 0 | 0.18 | 0.41 | 0.38 | 32.81 | 0.25 | 0.49 |
| Hex | 9E | 81 | 5E | 0 | 12 | 29 | 26 | 21 | 19 | 31 |
| Octal | 236 | 201 | 136 | 0 | 22 | 51 | 46 | 41 | 31 | 61 |
| Binary | 10011110 | 10000001 | 1011110 | 0 | 10010 | 101001 | 100110 | 100001 | 11001 | 110001 |
Color Harmonies of #9E815E
Complementary color
Monochromatic Colors of #9E815E
Black with #9E815E
Text Example
Text Example
White with #9E815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E815E; }
p { color: rgb(158,129,94); }
H1.HeaderClassName
{
color: #9E815E;
}
.AnyTagClassName
{
color: #9E815E;
}
</style>
background-color css
<style>
a { background-color: #9E815E; }
a { background-color: rgb(158,129,94); }
div.DivClassName
{
background-color: #9E815E;
}
.BgClassName
{
background-color: #9E815E;
}
</style>
border-color css
<style>
span { border-color: #9E815E; }
span { border-color: rgb(158,129,94); }
td.TdClassName
{
border-color: #9E815E;
}
.TagClassName
{
border-color: #9E815E;
}
</style>