Shades of Sorrell Brown #987F60
Tints of Sorrell Brown #987F60
RGB
CMYK
RGB Variations
Color information
#987F60 (or 0x987F60) is known color: Sorrell Brown. HEX triplet: 98, 7F and 60. RGB value is (152,127,96). Sum of RGB (Red+Green+Blue) = 152+127+96=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #987F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F60 is #67809F. Grayscale: #838383. Windows color (decimal): -6783136 or 6324120. OLE color: 6324120.
HSL color Cylindrical-coordinate representation of color #987F60: hue angle of 33.21º 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 #987F60 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 96 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.40 |
| HSL | 33.21º | 0.23% | 0.49% | - |
| HSV(B) | 33.21º | 0.37% | 0.6% | - |
| XYZ | 22.65 | 22.7 | 14.25 | - |
| YUV | 130.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 96 | 0 | 0.16 | 0.37 | 0.40 | 33.21 | 0.23 | 0.49 |
| Hex | 98 | 7F | 60 | 0 | 10 | 25 | 28 | 21 | 17 | 31 |
| Octal | 230 | 177 | 140 | 0 | 20 | 45 | 50 | 41 | 27 | 61 |
| Binary | 10011000 | 1111111 | 1100000 | 0 | 10000 | 100101 | 101000 | 100001 | 10111 | 110001 |
Color Harmonies of #987F60
Complementary color
Monochromatic Colors of #987F60
Black with #987F60
Text Example
Text Example
White with #987F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F60; }
p { color: rgb(152,127,96); }
H1.HeaderClassName
{
color: #987F60;
}
.AnyTagClassName
{
color: #987F60;
}
</style>
background-color css
<style>
a { background-color: #987F60; }
a { background-color: rgb(152,127,96); }
div.DivClassName
{
background-color: #987F60;
}
.BgClassName
{
background-color: #987F60;
}
</style>
border-color css
<style>
span { border-color: #987F60; }
span { border-color: rgb(152,127,96); }
td.TdClassName
{
border-color: #987F60;
}
.TagClassName
{
border-color: #987F60;
}
</style>