Shades of Sorrell Brown #987C60
Tints of Sorrell Brown #987C60
RGB
CMYK
RGB Variations
Color information
#987C60 (or 0x987C60) is known color: Sorrell Brown. HEX triplet: 98, 7C and 60. RGB value is (152,124,96). Sum of RGB (Red+Green+Blue) = 152+124+96=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #987C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C60 is #67839F. Grayscale: #818181. Windows color (decimal): -6783904 or 6323352. OLE color: 6323352.
HSL color Cylindrical-coordinate representation of color #987C60: hue angle of 30º 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 #987C60 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 96 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.40 |
| HSL | 30º | 0.23% | 0.49% | - |
| HSV(B) | 30º | 0.37% | 0.6% | - |
| XYZ | 22.27 | 21.94 | 14.13 | - |
| YUV | 129.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 96 | 0 | 0.18 | 0.37 | 0.40 | 30 | 0.23 | 0.49 |
| Hex | 98 | 7C | 60 | 0 | 12 | 25 | 28 | 1E | 17 | 31 |
| Octal | 230 | 174 | 140 | 0 | 22 | 45 | 50 | 36 | 27 | 61 |
| Binary | 10011000 | 1111100 | 1100000 | 0 | 10010 | 100101 | 101000 | 11110 | 10111 | 110001 |
Color Harmonies of #987C60
Complementary color
Monochromatic Colors of #987C60
Black with #987C60
Text Example
Text Example
White with #987C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C60; }
p { color: rgb(152,124,96); }
H1.HeaderClassName
{
color: #987C60;
}
.AnyTagClassName
{
color: #987C60;
}
</style>
background-color css
<style>
a { background-color: #987C60; }
a { background-color: rgb(152,124,96); }
div.DivClassName
{
background-color: #987C60;
}
.BgClassName
{
background-color: #987C60;
}
</style>
border-color css
<style>
span { border-color: #987C60; }
span { border-color: rgb(152,124,96); }
td.TdClassName
{
border-color: #987C60;
}
.TagClassName
{
border-color: #987C60;
}
</style>