Shades of Sorrell Brown #987860
Tints of Sorrell Brown #987860
RGB
CMYK
RGB Variations
Color information
#987860 (or 0x987860) is known color: Sorrell Brown. HEX triplet: 98, 78 and 60. RGB value is (152,120,96). Sum of RGB (Red+Green+Blue) = 152+120+96=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #987860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987860 is #67879F. Grayscale: #7E7E7E. Windows color (decimal): -6784928 or 6322328. OLE color: 6322328.
HSL color Cylindrical-coordinate representation of color #987860: hue angle of 25.71º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #987860 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 96 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.40 |
| HSL | 25.71º | 0.23% | 0.49% | - |
| HSV(B) | 25.71º | 0.37% | 0.6% | - |
| XYZ | 21.78 | 20.95 | 13.96 | - |
| YUV | 126.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 96 | 0 | 0.21 | 0.37 | 0.40 | 25.71 | 0.23 | 0.49 |
| Hex | 98 | 78 | 60 | 0 | 15 | 25 | 28 | 1A | 17 | 31 |
| Octal | 230 | 170 | 140 | 0 | 25 | 45 | 50 | 32 | 27 | 61 |
| Binary | 10011000 | 1111000 | 1100000 | 0 | 10101 | 100101 | 101000 | 11010 | 10111 | 110001 |
Color Harmonies of #987860
Complementary color
Monochromatic Colors of #987860
Black with #987860
Text Example
Text Example
White with #987860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987860; }
p { color: rgb(152,120,96); }
H1.HeaderClassName
{
color: #987860;
}
.AnyTagClassName
{
color: #987860;
}
</style>
background-color css
<style>
a { background-color: #987860; }
a { background-color: rgb(152,120,96); }
div.DivClassName
{
background-color: #987860;
}
.BgClassName
{
background-color: #987860;
}
</style>
border-color css
<style>
span { border-color: #987860; }
span { border-color: rgb(152,120,96); }
td.TdClassName
{
border-color: #987860;
}
.TagClassName
{
border-color: #987860;
}
</style>