Shades of Sorrell Brown #987D60
Tints of Sorrell Brown #987D60
RGB
CMYK
RGB Variations
Color information
#987D60 (or 0x987D60) is known color: Sorrell Brown. HEX triplet: 98, 7D and 60. RGB value is (152,125,96). Sum of RGB (Red+Green+Blue) = 152+125+96=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #987D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D60 is #67829F. Grayscale: #818181. Windows color (decimal): -6783648 or 6323608. OLE color: 6323608.
HSL color Cylindrical-coordinate representation of color #987D60: hue angle of 31.07º 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 #987D60 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 96 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.40 |
| HSL | 31.07º | 0.23% | 0.49% | - |
| HSV(B) | 31.07º | 0.37% | 0.6% | - |
| XYZ | 22.39 | 22.19 | 14.17 | - |
| YUV | 129.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 96 | 0 | 0.18 | 0.37 | 0.40 | 31.07 | 0.23 | 0.49 |
| Hex | 98 | 7D | 60 | 0 | 12 | 25 | 28 | 1F | 17 | 31 |
| Octal | 230 | 175 | 140 | 0 | 22 | 45 | 50 | 37 | 27 | 61 |
| Binary | 10011000 | 1111101 | 1100000 | 0 | 10010 | 100101 | 101000 | 11111 | 10111 | 110001 |
Color Harmonies of #987D60
Complementary color
Monochromatic Colors of #987D60
Black with #987D60
Text Example
Text Example
White with #987D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D60; }
p { color: rgb(152,125,96); }
H1.HeaderClassName
{
color: #987D60;
}
.AnyTagClassName
{
color: #987D60;
}
</style>
background-color css
<style>
a { background-color: #987D60; }
a { background-color: rgb(152,125,96); }
div.DivClassName
{
background-color: #987D60;
}
.BgClassName
{
background-color: #987D60;
}
</style>
border-color css
<style>
span { border-color: #987D60; }
span { border-color: rgb(152,125,96); }
td.TdClassName
{
border-color: #987D60;
}
.TagClassName
{
border-color: #987D60;
}
</style>