Shades of Sorrell Brown #987D63
Tints of Sorrell Brown #987D63
RGB
CMYK
RGB Variations
Color information
#987D63 (or 0x987D63) is known color: Sorrell Brown. HEX triplet: 98, 7D and 63. RGB value is (152,125,99). Sum of RGB (Red+Green+Blue) = 152+125+99=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #987D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D63 is #67829C. Grayscale: #828282. Windows color (decimal): -6783645 or 6520216. OLE color: 6520216.
HSL color Cylindrical-coordinate representation of color #987D63: hue angle of 29.43º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #987D63 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 99 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.40 |
| HSL | 29.43º | 0.21% | 0.49% | - |
| HSV(B) | 29.43º | 0.35% | 0.6% | - |
| XYZ | 22.53 | 22.24 | 14.91 | - |
| YUV | 130.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 99 | 0 | 0.18 | 0.35 | 0.40 | 29.43 | 0.21 | 0.49 |
| Hex | 98 | 7D | 63 | 0 | 12 | 23 | 28 | 1D | 15 | 31 |
| Octal | 230 | 175 | 143 | 0 | 22 | 43 | 50 | 35 | 25 | 61 |
| Binary | 10011000 | 1111101 | 1100011 | 0 | 10010 | 100011 | 101000 | 11101 | 10101 | 110001 |
Color Harmonies of #987D63
Complementary color
Monochromatic Colors of #987D63
Black with #987D63
Text Example
Text Example
White with #987D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D63; }
p { color: rgb(152,125,99); }
H1.HeaderClassName
{
color: #987D63;
}
.AnyTagClassName
{
color: #987D63;
}
</style>
background-color css
<style>
a { background-color: #987D63; }
a { background-color: rgb(152,125,99); }
div.DivClassName
{
background-color: #987D63;
}
.BgClassName
{
background-color: #987D63;
}
</style>
border-color css
<style>
span { border-color: #987D63; }
span { border-color: rgb(152,125,99); }
td.TdClassName
{
border-color: #987D63;
}
.TagClassName
{
border-color: #987D63;
}
</style>