Shades of Sorrell Brown #987961
Tints of Sorrell Brown #987961
RGB
CMYK
RGB Variations
Color information
#987961 (or 0x987961) is known color: Sorrell Brown. HEX triplet: 98, 79 and 61. RGB value is (152,121,97). Sum of RGB (Red+Green+Blue) = 152+121+97=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #987961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987961 is #67869E. Grayscale: #7F7F7F. Windows color (decimal): -6784671 or 6388120. OLE color: 6388120.
HSL color Cylindrical-coordinate representation of color #987961: hue angle of 26.18º 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 #987961 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 121 | 97 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.40 |
| HSL | 26.18º | 0.22% | 0.49% | - |
| HSV(B) | 26.18º | 0.36% | 0.6% | - |
| XYZ | 21.94 | 21.21 | 14.25 | - |
| YUV | 127.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 97 | 0 | 0.20 | 0.36 | 0.40 | 26.18 | 0.22 | 0.49 |
| Hex | 98 | 79 | 61 | 0 | 14 | 24 | 28 | 1A | 16 | 31 |
| Octal | 230 | 171 | 141 | 0 | 24 | 44 | 50 | 32 | 26 | 61 |
| Binary | 10011000 | 1111001 | 1100001 | 0 | 10100 | 100100 | 101000 | 11010 | 10110 | 110001 |
Color Harmonies of #987961
Complementary color
Monochromatic Colors of #987961
Black with #987961
Text Example
Text Example
White with #987961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987961; }
p { color: rgb(152,121,97); }
H1.HeaderClassName
{
color: #987961;
}
.AnyTagClassName
{
color: #987961;
}
</style>
background-color css
<style>
a { background-color: #987961; }
a { background-color: rgb(152,121,97); }
div.DivClassName
{
background-color: #987961;
}
.BgClassName
{
background-color: #987961;
}
</style>
border-color css
<style>
span { border-color: #987961; }
span { border-color: rgb(152,121,97); }
td.TdClassName
{
border-color: #987961;
}
.TagClassName
{
border-color: #987961;
}
</style>