Shades of Sorrell Brown #987E63
Tints of Sorrell Brown #987E63
RGB
CMYK
RGB Variations
Color information
#987E63 (or 0x987E63) is known color: Sorrell Brown. HEX triplet: 98, 7E and 63. RGB value is (152,126,99). Sum of RGB (Red+Green+Blue) = 152+126+99=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #987E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987E63 is #67819C. Grayscale: #828282. Windows color (decimal): -6783389 or 6520472. OLE color: 6520472.
HSL color Cylindrical-coordinate representation of color #987E63: hue angle of 30.57º 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 #987E63 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 99 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.40 |
| HSL | 30.57º | 0.21% | 0.49% | - |
| HSV(B) | 30.57º | 0.35% | 0.6% | - |
| XYZ | 22.66 | 22.5 | 14.95 | - |
| YUV | 130.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 99 | 0 | 0.17 | 0.35 | 0.40 | 30.57 | 0.21 | 0.49 |
| Hex | 98 | 7E | 63 | 0 | 11 | 23 | 28 | 1F | 15 | 31 |
| Octal | 230 | 176 | 143 | 0 | 21 | 43 | 50 | 37 | 25 | 61 |
| Binary | 10011000 | 1111110 | 1100011 | 0 | 10001 | 100011 | 101000 | 11111 | 10101 | 110001 |
Color Harmonies of #987E63
Complementary color
Monochromatic Colors of #987E63
Black with #987E63
Text Example
Text Example
White with #987E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E63; }
p { color: rgb(152,126,99); }
H1.HeaderClassName
{
color: #987E63;
}
.AnyTagClassName
{
color: #987E63;
}
</style>
background-color css
<style>
a { background-color: #987E63; }
a { background-color: rgb(152,126,99); }
div.DivClassName
{
background-color: #987E63;
}
.BgClassName
{
background-color: #987E63;
}
</style>
border-color css
<style>
span { border-color: #987E63; }
span { border-color: rgb(152,126,99); }
td.TdClassName
{
border-color: #987E63;
}
.TagClassName
{
border-color: #987E63;
}
</style>