Shades of Pale Brown #987956
Tints of Pale Brown #987956
RGB
CMYK
RGB Variations
Color information
#987956 (or 0x987956) is known color: Pale Brown. HEX triplet: 98, 79 and 56. RGB value is (152,121,86). Sum of RGB (Red+Green+Blue) = 152+121+86=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #987956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987956 is #6786A9. Grayscale: #7E7E7E. Windows color (decimal): -6784682 or 5667224. OLE color: 5667224.
HSL color Cylindrical-coordinate representation of color #987956: hue angle of 31.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #987956 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 121 | 86 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.40 |
| HSL | 31.82º | 0.28% | 0.47% | - |
| HSV(B) | 31.82º | 0.43% | 0.6% | - |
| XYZ | 21.47 | 21.02 | 11.73 | - |
| YUV | 126.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 86 | 0 | 0.20 | 0.43 | 0.40 | 31.82 | 0.28 | 0.47 |
| Hex | 98 | 79 | 56 | 0 | 14 | 2B | 28 | 20 | 1C | 2F |
| Octal | 230 | 171 | 126 | 0 | 24 | 53 | 50 | 40 | 34 | 57 |
| Binary | 10011000 | 1111001 | 1010110 | 0 | 10100 | 101011 | 101000 | 100000 | 11100 | 101111 |
Color Harmonies of #987956
Complementary color
Monochromatic Colors of #987956
Black with #987956
Text Example
Text Example
White with #987956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987956; }
p { color: rgb(152,121,86); }
H1.HeaderClassName
{
color: #987956;
}
.AnyTagClassName
{
color: #987956;
}
</style>
background-color css
<style>
a { background-color: #987956; }
a { background-color: rgb(152,121,86); }
div.DivClassName
{
background-color: #987956;
}
.BgClassName
{
background-color: #987956;
}
</style>
border-color css
<style>
span { border-color: #987956; }
span { border-color: rgb(152,121,86); }
td.TdClassName
{
border-color: #987956;
}
.TagClassName
{
border-color: #987956;
}
</style>