Shades of Pale Brown #987556
Tints of Pale Brown #987556
RGB
CMYK
RGB Variations
Color information
#987556 (or 0x987556) is known color: Pale Brown. HEX triplet: 98, 75 and 56. RGB value is (152,117,86). Sum of RGB (Red+Green+Blue) = 152+117+86=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #987556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987556 is #678AA9. Grayscale: #7C7C7C. Windows color (decimal): -6785706 or 5666200. OLE color: 5666200.
HSL color Cylindrical-coordinate representation of color #987556: hue angle of 28.18º 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 #987556 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 86 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.40 |
| HSL | 28.18º | 0.28% | 0.47% | - |
| HSV(B) | 28.18º | 0.43% | 0.6% | - |
| XYZ | 20.99 | 20.07 | 11.57 | - |
| YUV | 123.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 86 | 0 | 0.23 | 0.43 | 0.40 | 28.18 | 0.28 | 0.47 |
| Hex | 98 | 75 | 56 | 0 | 17 | 2B | 28 | 1C | 1C | 2F |
| Octal | 230 | 165 | 126 | 0 | 27 | 53 | 50 | 34 | 34 | 57 |
| Binary | 10011000 | 1110101 | 1010110 | 0 | 10111 | 101011 | 101000 | 11100 | 11100 | 101111 |
Color Harmonies of #987556
Complementary color
Monochromatic Colors of #987556
Black with #987556
Text Example
Text Example
White with #987556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987556; }
p { color: rgb(152,117,86); }
H1.HeaderClassName
{
color: #987556;
}
.AnyTagClassName
{
color: #987556;
}
</style>
background-color css
<style>
a { background-color: #987556; }
a { background-color: rgb(152,117,86); }
div.DivClassName
{
background-color: #987556;
}
.BgClassName
{
background-color: #987556;
}
</style>
border-color css
<style>
span { border-color: #987556; }
span { border-color: rgb(152,117,86); }
td.TdClassName
{
border-color: #987556;
}
.TagClassName
{
border-color: #987556;
}
</style>