Shades of Sorrell Brown #987862
Tints of Sorrell Brown #987862
RGB
CMYK
RGB Variations
Color information
#987862 (or 0x987862) is known color: Sorrell Brown. HEX triplet: 98, 78 and 62. RGB value is (152,120,98). Sum of RGB (Red+Green+Blue) = 152+120+98=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #987862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987862 is #67879D. Grayscale: #7F7F7F. Windows color (decimal): -6784926 or 6453400. OLE color: 6453400.
HSL color Cylindrical-coordinate representation of color #987862: hue angle of 24.44º 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 #987862 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 98 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.40 |
| HSL | 24.44º | 0.22% | 0.49% | - |
| HSV(B) | 24.44º | 0.36% | 0.6% | - |
| XYZ | 21.87 | 20.99 | 14.45 | - |
| YUV | 127.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 98 | 0 | 0.21 | 0.36 | 0.40 | 24.44 | 0.22 | 0.49 |
| Hex | 98 | 78 | 62 | 0 | 15 | 24 | 28 | 18 | 16 | 31 |
| Octal | 230 | 170 | 142 | 0 | 25 | 44 | 50 | 30 | 26 | 61 |
| Binary | 10011000 | 1111000 | 1100010 | 0 | 10101 | 100100 | 101000 | 11000 | 10110 | 110001 |
Color Harmonies of #987862
Complementary color
Monochromatic Colors of #987862
Black with #987862
Text Example
Text Example
White with #987862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987862; }
p { color: rgb(152,120,98); }
H1.HeaderClassName
{
color: #987862;
}
.AnyTagClassName
{
color: #987862;
}
</style>
background-color css
<style>
a { background-color: #987862; }
a { background-color: rgb(152,120,98); }
div.DivClassName
{
background-color: #987862;
}
.BgClassName
{
background-color: #987862;
}
</style>
border-color css
<style>
span { border-color: #987862; }
span { border-color: rgb(152,120,98); }
td.TdClassName
{
border-color: #987862;
}
.TagClassName
{
border-color: #987862;
}
</style>