Shades of Pale Brown #987B5A
Tints of Pale Brown #987B5A
RGB
CMYK
RGB Variations
Color information
#987B5A (or 0x987B5A) is known color: Pale Brown. HEX triplet: 98, 7B and 5A. RGB value is (152,123,90). Sum of RGB (Red+Green+Blue) = 152+123+90=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #987B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B5A is #6784A5. Grayscale: #808080. Windows color (decimal): -6784166 or 5929880. OLE color: 5929880.
HSL color Cylindrical-coordinate representation of color #987B5A: hue angle of 31.94º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #987B5A is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 90 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.40 |
| HSL | 31.94º | 0.26% | 0.47% | - |
| HSV(B) | 31.94º | 0.41% | 0.6% | - |
| XYZ | 21.88 | 21.58 | 12.69 | - |
| YUV | 127.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 90 | 0 | 0.19 | 0.41 | 0.40 | 31.94 | 0.26 | 0.47 |
| Hex | 98 | 7B | 5A | 0 | 13 | 29 | 28 | 20 | 1A | 2F |
| Octal | 230 | 173 | 132 | 0 | 23 | 51 | 50 | 40 | 32 | 57 |
| Binary | 10011000 | 1111011 | 1011010 | 0 | 10011 | 101001 | 101000 | 100000 | 11010 | 101111 |
Color Harmonies of #987B5A
Complementary color
Monochromatic Colors of #987B5A
Black with #987B5A
Text Example
Text Example
White with #987B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B5A; }
p { color: rgb(152,123,90); }
H1.HeaderClassName
{
color: #987B5A;
}
.AnyTagClassName
{
color: #987B5A;
}
</style>
background-color css
<style>
a { background-color: #987B5A; }
a { background-color: rgb(152,123,90); }
div.DivClassName
{
background-color: #987B5A;
}
.BgClassName
{
background-color: #987B5A;
}
</style>
border-color css
<style>
span { border-color: #987B5A; }
span { border-color: rgb(152,123,90); }
td.TdClassName
{
border-color: #987B5A;
}
.TagClassName
{
border-color: #987B5A;
}
</style>