Shades of Pale Brown #987558
Tints of Pale Brown #987558
RGB
CMYK
RGB Variations
Color information
#987558 (or 0x987558) is known color: Pale Brown. HEX triplet: 98, 75 and 58. RGB value is (152,117,88). Sum of RGB (Red+Green+Blue) = 152+117+88=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #987558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987558 is #678AA7. Grayscale: #7C7C7C. Windows color (decimal): -6785704 or 5797272. OLE color: 5797272.
HSL color Cylindrical-coordinate representation of color #987558: hue angle of 27.19º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #987558 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 88 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.40 |
| HSL | 27.19º | 0.27% | 0.47% | - |
| HSV(B) | 27.19º | 0.42% | 0.6% | - |
| XYZ | 21.07 | 20.1 | 12 | - |
| YUV | 124.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 88 | 0 | 0.23 | 0.42 | 0.40 | 27.19 | 0.27 | 0.47 |
| Hex | 98 | 75 | 58 | 0 | 17 | 2A | 28 | 1B | 1B | 2F |
| Octal | 230 | 165 | 130 | 0 | 27 | 52 | 50 | 33 | 33 | 57 |
| Binary | 10011000 | 1110101 | 1011000 | 0 | 10111 | 101010 | 101000 | 11011 | 11011 | 101111 |
Color Harmonies of #987558
Complementary color
Monochromatic Colors of #987558
Black with #987558
Text Example
Text Example
White with #987558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987558; }
p { color: rgb(152,117,88); }
H1.HeaderClassName
{
color: #987558;
}
.AnyTagClassName
{
color: #987558;
}
</style>
background-color css
<style>
a { background-color: #987558; }
a { background-color: rgb(152,117,88); }
div.DivClassName
{
background-color: #987558;
}
.BgClassName
{
background-color: #987558;
}
</style>
border-color css
<style>
span { border-color: #987558; }
span { border-color: rgb(152,117,88); }
td.TdClassName
{
border-color: #987558;
}
.TagClassName
{
border-color: #987558;
}
</style>