Shades of Pale Brown #987851
Tints of Pale Brown #987851
RGB
CMYK
RGB Variations
Color information
#987851 (or 0x987851) is known color: Pale Brown. HEX triplet: 98, 78 and 51. RGB value is (152,120,81). Sum of RGB (Red+Green+Blue) = 152+120+81=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #987851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987851 is #6787AE. Grayscale: #7D7D7D. Windows color (decimal): -6784943 or 5339288. OLE color: 5339288.
HSL color Cylindrical-coordinate representation of color #987851: hue angle of 32.96º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987851 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 81 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.40 |
| HSL | 32.96º | 0.3% | 0.46% | - |
| HSV(B) | 32.96º | 0.47% | 0.6% | - |
| XYZ | 21.15 | 20.7 | 10.67 | - |
| YUV | 125.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 81 | 0 | 0.21 | 0.47 | 0.40 | 32.96 | 0.3 | 0.46 |
| Hex | 98 | 78 | 51 | 0 | 15 | 2F | 28 | 21 | 1E | 2E |
| Octal | 230 | 170 | 121 | 0 | 25 | 57 | 50 | 41 | 36 | 56 |
| Binary | 10011000 | 1111000 | 1010001 | 0 | 10101 | 101111 | 101000 | 100001 | 11110 | 101110 |
Color Harmonies of #987851
Complementary color
Monochromatic Colors of #987851
Black with #987851
Text Example
Text Example
White with #987851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987851; }
p { color: rgb(152,120,81); }
H1.HeaderClassName
{
color: #987851;
}
.AnyTagClassName
{
color: #987851;
}
</style>
background-color css
<style>
a { background-color: #987851; }
a { background-color: rgb(152,120,81); }
div.DivClassName
{
background-color: #987851;
}
.BgClassName
{
background-color: #987851;
}
</style>
border-color css
<style>
span { border-color: #987851; }
span { border-color: rgb(152,120,81); }
td.TdClassName
{
border-color: #987851;
}
.TagClassName
{
border-color: #987851;
}
</style>