Shades of Sorrell Brown #987C61
Tints of Sorrell Brown #987C61
RGB
CMYK
RGB Variations
Color information
#987C61 (or 0x987C61) is known color: Sorrell Brown. HEX triplet: 98, 7C and 61. RGB value is (152,124,97). Sum of RGB (Red+Green+Blue) = 152+124+97=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #987C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C61 is #67839E. Grayscale: #818181. Windows color (decimal): -6783903 or 6388888. OLE color: 6388888.
HSL color Cylindrical-coordinate representation of color #987C61: hue angle of 29.45º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #987C61 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 97 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.40 |
| HSL | 29.45º | 0.22% | 0.49% | - |
| HSV(B) | 29.45º | 0.36% | 0.6% | - |
| XYZ | 22.31 | 21.95 | 14.37 | - |
| YUV | 129.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 97 | 0 | 0.18 | 0.36 | 0.40 | 29.45 | 0.22 | 0.49 |
| Hex | 98 | 7C | 61 | 0 | 12 | 24 | 28 | 1D | 16 | 31 |
| Octal | 230 | 174 | 141 | 0 | 22 | 44 | 50 | 35 | 26 | 61 |
| Binary | 10011000 | 1111100 | 1100001 | 0 | 10010 | 100100 | 101000 | 11101 | 10110 | 110001 |
Color Harmonies of #987C61
Complementary color
Monochromatic Colors of #987C61
Black with #987C61
Text Example
Text Example
White with #987C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C61; }
p { color: rgb(152,124,97); }
H1.HeaderClassName
{
color: #987C61;
}
.AnyTagClassName
{
color: #987C61;
}
</style>
background-color css
<style>
a { background-color: #987C61; }
a { background-color: rgb(152,124,97); }
div.DivClassName
{
background-color: #987C61;
}
.BgClassName
{
background-color: #987C61;
}
</style>
border-color css
<style>
span { border-color: #987C61; }
span { border-color: rgb(152,124,97); }
td.TdClassName
{
border-color: #987C61;
}
.TagClassName
{
border-color: #987C61;
}
</style>