Shades of Sorrell Brown #9E8161
Tints of Sorrell Brown #9E8161
RGB
CMYK
RGB Variations
Color information
#9E8161 (or 0x9E8161) is known color: Sorrell Brown. HEX triplet: 9E, 81 and 61. RGB value is (158,129,97). Sum of RGB (Red+Green+Blue) = 158+129+97=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8161 is #617E9E. Grayscale: #868686. Windows color (decimal): -6389407 or 6390174. OLE color: 6390174.
HSL color Cylindrical-coordinate representation of color #9E8161: hue angle of 31.48º 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 #9E8161 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 129 | 97 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.38 |
| HSL | 31.48º | 0.24% | 0.5% | - |
| HSV(B) | 31.48º | 0.39% | 0.62% | - |
| XYZ | 24.11 | 23.83 | 14.64 | - |
| YUV | 134.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 97 | 0 | 0.18 | 0.39 | 0.38 | 31.48 | 0.24 | 0.5 |
| Hex | 9E | 81 | 61 | 0 | 12 | 27 | 26 | 1F | 18 | 32 |
| Octal | 236 | 201 | 141 | 0 | 22 | 47 | 46 | 37 | 30 | 62 |
| Binary | 10011110 | 10000001 | 1100001 | 0 | 10010 | 100111 | 100110 | 11111 | 11000 | 110010 |
Color Harmonies of #9E8161
Complementary color
Monochromatic Colors of #9E8161
Black with #9E8161
Text Example
Text Example
White with #9E8161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8161; }
p { color: rgb(158,129,97); }
H1.HeaderClassName
{
color: #9E8161;
}
.AnyTagClassName
{
color: #9E8161;
}
</style>
background-color css
<style>
a { background-color: #9E8161; }
a { background-color: rgb(158,129,97); }
div.DivClassName
{
background-color: #9E8161;
}
.BgClassName
{
background-color: #9E8161;
}
</style>
border-color css
<style>
span { border-color: #9E8161; }
span { border-color: rgb(158,129,97); }
td.TdClassName
{
border-color: #9E8161;
}
.TagClassName
{
border-color: #9E8161;
}
</style>