Shades of Sorrell Brown #9E8164
Tints of Sorrell Brown #9E8164
RGB
CMYK
RGB Variations
Color information
#9E8164 (or 0x9E8164) is known color: Sorrell Brown. HEX triplet: 9E, 81 and 64. RGB value is (158,129,100). Sum of RGB (Red+Green+Blue) = 158+129+100=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8164 is #617E9B. Grayscale: #868686. Windows color (decimal): -6389404 or 6586782. OLE color: 6586782.
HSL color Cylindrical-coordinate representation of color #9E8164: hue angle of 30º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E8164 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 129 | 100 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.38 |
| HSL | 30º | 0.23% | 0.51% | - |
| HSV(B) | 30º | 0.37% | 0.62% | - |
| XYZ | 24.25 | 23.89 | 15.39 | - |
| YUV | 134.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 100 | 0 | 0.18 | 0.37 | 0.38 | 30 | 0.23 | 0.51 |
| Hex | 9E | 81 | 64 | 0 | 12 | 25 | 26 | 1E | 17 | 33 |
| Octal | 236 | 201 | 144 | 0 | 22 | 45 | 46 | 36 | 27 | 63 |
| Binary | 10011110 | 10000001 | 1100100 | 0 | 10010 | 100101 | 100110 | 11110 | 10111 | 110011 |
Color Harmonies of #9E8164
Complementary color
Monochromatic Colors of #9E8164
Black with #9E8164
Text Example
Text Example
White with #9E8164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8164; }
p { color: rgb(158,129,100); }
H1.HeaderClassName
{
color: #9E8164;
}
.AnyTagClassName
{
color: #9E8164;
}
</style>
background-color css
<style>
a { background-color: #9E8164; }
a { background-color: rgb(158,129,100); }
div.DivClassName
{
background-color: #9E8164;
}
.BgClassName
{
background-color: #9E8164;
}
</style>
border-color css
<style>
span { border-color: #9E8164; }
span { border-color: rgb(158,129,100); }
td.TdClassName
{
border-color: #9E8164;
}
.TagClassName
{
border-color: #9E8164;
}
</style>