Shades of Pale Brown #987B58
Tints of Pale Brown #987B58
RGB
CMYK
RGB Variations
Color information
#987B58 (or 0x987B58) is known color: Pale Brown. HEX triplet: 98, 7B and 58. RGB value is (152,123,88). Sum of RGB (Red+Green+Blue) = 152+123+88=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #987B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B58 is #6784A7. Grayscale: #7F7F7F. Windows color (decimal): -6784168 or 5798808. OLE color: 5798808.
HSL color Cylindrical-coordinate representation of color #987B58: hue angle of 32.81º 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 #987B58 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 88 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.40 |
| HSL | 32.81º | 0.27% | 0.47% | - |
| HSV(B) | 32.81º | 0.42% | 0.6% | - |
| XYZ | 21.79 | 21.55 | 12.24 | - |
| YUV | 127.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 88 | 0 | 0.19 | 0.42 | 0.40 | 32.81 | 0.27 | 0.47 |
| Hex | 98 | 7B | 58 | 0 | 13 | 2A | 28 | 21 | 1B | 2F |
| Octal | 230 | 173 | 130 | 0 | 23 | 52 | 50 | 41 | 33 | 57 |
| Binary | 10011000 | 1111011 | 1011000 | 0 | 10011 | 101010 | 101000 | 100001 | 11011 | 101111 |
Color Harmonies of #987B58
Complementary color
Monochromatic Colors of #987B58
Black with #987B58
Text Example
Text Example
White with #987B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B58; }
p { color: rgb(152,123,88); }
H1.HeaderClassName
{
color: #987B58;
}
.AnyTagClassName
{
color: #987B58;
}
</style>
background-color css
<style>
a { background-color: #987B58; }
a { background-color: rgb(152,123,88); }
div.DivClassName
{
background-color: #987B58;
}
.BgClassName
{
background-color: #987B58;
}
</style>
border-color css
<style>
span { border-color: #987B58; }
span { border-color: rgb(152,123,88); }
td.TdClassName
{
border-color: #987B58;
}
.TagClassName
{
border-color: #987B58;
}
</style>