Shades of Pale Brown #987154
Tints of Pale Brown #987154
RGB
CMYK
RGB Variations
Color information
#987154 (or 0x987154) is known color: Pale Brown. HEX triplet: 98, 71 and 54. RGB value is (152,113,84). Sum of RGB (Red+Green+Blue) = 152+113+84=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #987154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987154 is #678EAB. Grayscale: #797979. Windows color (decimal): -6786732 or 5534104. OLE color: 5534104.
HSL color Cylindrical-coordinate representation of color #987154: hue angle of 25.59º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #987154 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 84 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.40 |
| HSL | 25.59º | 0.29% | 0.46% | - |
| HSV(B) | 25.59º | 0.45% | 0.6% | - |
| XYZ | 20.45 | 19.13 | 11 | - |
| YUV | 121.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 84 | 0 | 0.26 | 0.45 | 0.40 | 25.59 | 0.29 | 0.46 |
| Hex | 98 | 71 | 54 | 0 | 1A | 2D | 28 | 1A | 1D | 2E |
| Octal | 230 | 161 | 124 | 0 | 32 | 55 | 50 | 32 | 35 | 56 |
| Binary | 10011000 | 1110001 | 1010100 | 0 | 11010 | 101101 | 101000 | 11010 | 11101 | 101110 |
Color Harmonies of #987154
Complementary color
Monochromatic Colors of #987154
Black with #987154
Text Example
Text Example
White with #987154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987154; }
p { color: rgb(152,113,84); }
H1.HeaderClassName
{
color: #987154;
}
.AnyTagClassName
{
color: #987154;
}
</style>
background-color css
<style>
a { background-color: #987154; }
a { background-color: rgb(152,113,84); }
div.DivClassName
{
background-color: #987154;
}
.BgClassName
{
background-color: #987154;
}
</style>
border-color css
<style>
span { border-color: #987154; }
span { border-color: rgb(152,113,84); }
td.TdClassName
{
border-color: #987154;
}
.TagClassName
{
border-color: #987154;
}
</style>