Shades of Sorrell Brown #9F8860
Tints of Sorrell Brown #9F8860
RGB
CMYK
RGB Variations
Color information
#9F8860 (or 0x9F8860) is known color: Sorrell Brown. HEX triplet: 9F, 88 and 60. RGB value is (159,136,96). Sum of RGB (Red+Green+Blue) = 159+136+96=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8860 is #60779F. Grayscale: #8A8A8A. Windows color (decimal): -6322080 or 6326431. OLE color: 6326431.
HSL color Cylindrical-coordinate representation of color #9F8860: hue angle of 38.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F8860 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 96 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.38 |
| HSL | 38.1º | 0.25% | 0.5% | - |
| HSV(B) | 38.1º | 0.4% | 0.62% | - |
| XYZ | 25.21 | 25.82 | 14.72 | - |
| YUV | 138.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 96 | 0 | 0.14 | 0.40 | 0.38 | 38.1 | 0.25 | 0.5 |
| Hex | 9F | 88 | 60 | 0 | E | 28 | 26 | 26 | 19 | 32 |
| Octal | 237 | 210 | 140 | 0 | 16 | 50 | 46 | 46 | 31 | 62 |
| Binary | 10011111 | 10001000 | 1100000 | 0 | 1110 | 101000 | 100110 | 100110 | 11001 | 110010 |
Color Harmonies of #9F8860
Complementary color
Monochromatic Colors of #9F8860
Black with #9F8860
Text Example
Text Example
White with #9F8860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8860; }
p { color: rgb(159,136,96); }
H1.HeaderClassName
{
color: #9F8860;
}
.AnyTagClassName
{
color: #9F8860;
}
</style>
background-color css
<style>
a { background-color: #9F8860; }
a { background-color: rgb(159,136,96); }
div.DivClassName
{
background-color: #9F8860;
}
.BgClassName
{
background-color: #9F8860;
}
</style>
border-color css
<style>
span { border-color: #9F8860; }
span { border-color: rgb(159,136,96); }
td.TdClassName
{
border-color: #9F8860;
}
.TagClassName
{
border-color: #9F8860;
}
</style>