Shades of Sorrell Brown #987A64
Tints of Sorrell Brown #987A64
RGB
CMYK
RGB Variations
Color information
#987A64 (or 0x987A64) is known color: Sorrell Brown. HEX triplet: 98, 7A and 64. RGB value is (152,122,100). Sum of RGB (Red+Green+Blue) = 152+122+100=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #987A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A64 is #67859B. Grayscale: #808080. Windows color (decimal): -6784412 or 6584984. OLE color: 6584984.
HSL color Cylindrical-coordinate representation of color #987A64: hue angle of 25.38º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #987A64 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 100 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.40 |
| HSL | 25.38º | 0.21% | 0.49% | - |
| HSV(B) | 25.38º | 0.34% | 0.6% | - |
| XYZ | 22.21 | 21.51 | 15.04 | - |
| YUV | 128.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 100 | 0 | 0.20 | 0.34 | 0.40 | 25.38 | 0.21 | 0.49 |
| Hex | 98 | 7A | 64 | 0 | 14 | 22 | 28 | 19 | 15 | 31 |
| Octal | 230 | 172 | 144 | 0 | 24 | 42 | 50 | 31 | 25 | 61 |
| Binary | 10011000 | 1111010 | 1100100 | 0 | 10100 | 100010 | 101000 | 11001 | 10101 | 110001 |
Color Harmonies of #987A64
Complementary color
Monochromatic Colors of #987A64
Black with #987A64
Text Example
Text Example
White with #987A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A64; }
p { color: rgb(152,122,100); }
H1.HeaderClassName
{
color: #987A64;
}
.AnyTagClassName
{
color: #987A64;
}
</style>
background-color css
<style>
a { background-color: #987A64; }
a { background-color: rgb(152,122,100); }
div.DivClassName
{
background-color: #987A64;
}
.BgClassName
{
background-color: #987A64;
}
</style>
border-color css
<style>
span { border-color: #987A64; }
span { border-color: rgb(152,122,100); }
td.TdClassName
{
border-color: #987A64;
}
.TagClassName
{
border-color: #987A64;
}
</style>