Shades of Sorrell Brown #9E8264
Tints of Sorrell Brown #9E8264
RGB
CMYK
RGB Variations
Color information
#9E8264 (or 0x9E8264) is known color: Sorrell Brown. HEX triplet: 9E, 82 and 64. RGB value is (158,130,100). Sum of RGB (Red+Green+Blue) = 158+130+100=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8264 is #617D9B. Grayscale: #878787. Windows color (decimal): -6389148 or 6587038. OLE color: 6587038.
HSL color Cylindrical-coordinate representation of color #9E8264: hue angle of 31.03º 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 #9E8264 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 100 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.38 |
| HSL | 31.03º | 0.23% | 0.51% | - |
| HSV(B) | 31.03º | 0.37% | 0.62% | - |
| XYZ | 24.38 | 24.15 | 15.43 | - |
| YUV | 134.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 100 | 0 | 0.18 | 0.37 | 0.38 | 31.03 | 0.23 | 0.51 |
| Hex | 9E | 82 | 64 | 0 | 12 | 25 | 26 | 1F | 17 | 33 |
| Octal | 236 | 202 | 144 | 0 | 22 | 45 | 46 | 37 | 27 | 63 |
| Binary | 10011110 | 10000010 | 1100100 | 0 | 10010 | 100101 | 100110 | 11111 | 10111 | 110011 |
Color Harmonies of #9E8264
Complementary color
Monochromatic Colors of #9E8264
Black with #9E8264
Text Example
Text Example
White with #9E8264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8264; }
p { color: rgb(158,130,100); }
H1.HeaderClassName
{
color: #9E8264;
}
.AnyTagClassName
{
color: #9E8264;
}
</style>
background-color css
<style>
a { background-color: #9E8264; }
a { background-color: rgb(158,130,100); }
div.DivClassName
{
background-color: #9E8264;
}
.BgClassName
{
background-color: #9E8264;
}
</style>
border-color css
<style>
span { border-color: #9E8264; }
span { border-color: rgb(158,130,100); }
td.TdClassName
{
border-color: #9E8264;
}
.TagClassName
{
border-color: #9E8264;
}
</style>