Shades of Sorrell Brown #987B65
Tints of Sorrell Brown #987B65
RGB
CMYK
RGB Variations
Color information
#987B65 (or 0x987B65) is known color: Sorrell Brown. HEX triplet: 98, 7B and 65. RGB value is (152,123,101). Sum of RGB (Red+Green+Blue) = 152+123+101=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #987B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B65 is #67849A. Grayscale: #818181. Windows color (decimal): -6784155 or 6650776. OLE color: 6650776.
HSL color Cylindrical-coordinate representation of color #987B65: hue angle of 25.88º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #987B65 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 101 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.40 |
| HSL | 25.88º | 0.2% | 0.5% | - |
| HSV(B) | 25.88º | 0.34% | 0.6% | - |
| XYZ | 22.38 | 21.78 | 15.34 | - |
| YUV | 129.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 101 | 0 | 0.19 | 0.34 | 0.40 | 25.88 | 0.2 | 0.5 |
| Hex | 98 | 7B | 65 | 0 | 13 | 22 | 28 | 1A | 14 | 32 |
| Octal | 230 | 173 | 145 | 0 | 23 | 42 | 50 | 32 | 24 | 62 |
| Binary | 10011000 | 1111011 | 1100101 | 0 | 10011 | 100010 | 101000 | 11010 | 10100 | 110010 |
Color Harmonies of #987B65
Complementary color
Monochromatic Colors of #987B65
Black with #987B65
Text Example
Text Example
White with #987B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B65; }
p { color: rgb(152,123,101); }
H1.HeaderClassName
{
color: #987B65;
}
.AnyTagClassName
{
color: #987B65;
}
</style>
background-color css
<style>
a { background-color: #987B65; }
a { background-color: rgb(152,123,101); }
div.DivClassName
{
background-color: #987B65;
}
.BgClassName
{
background-color: #987B65;
}
</style>
border-color css
<style>
span { border-color: #987B65; }
span { border-color: rgb(152,123,101); }
td.TdClassName
{
border-color: #987B65;
}
.TagClassName
{
border-color: #987B65;
}
</style>