Shades of Pale Brown #987657
Tints of Pale Brown #987657
RGB
CMYK
RGB Variations
Color information
#987657 (or 0x987657) is known color: Pale Brown. HEX triplet: 98, 76 and 57. RGB value is (152,118,87). Sum of RGB (Red+Green+Blue) = 152+118+87=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #987657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987657 is #6789A8. Grayscale: #7C7C7C. Windows color (decimal): -6785449 or 5731992. OLE color: 5731992.
HSL color Cylindrical-coordinate representation of color #987657: hue angle of 28.62º degrees, saturation: 0.27, 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 #987657 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 87 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.40 |
| HSL | 28.62º | 0.27% | 0.47% | - |
| HSV(B) | 28.62º | 0.43% | 0.6% | - |
| XYZ | 21.15 | 20.32 | 11.82 | - |
| YUV | 124.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 87 | 0 | 0.22 | 0.43 | 0.40 | 28.62 | 0.27 | 0.47 |
| Hex | 98 | 76 | 57 | 0 | 16 | 2B | 28 | 1D | 1B | 2F |
| Octal | 230 | 166 | 127 | 0 | 26 | 53 | 50 | 35 | 33 | 57 |
| Binary | 10011000 | 1110110 | 1010111 | 0 | 10110 | 101011 | 101000 | 11101 | 11011 | 101111 |
Color Harmonies of #987657
Complementary color
Monochromatic Colors of #987657
Black with #987657
Text Example
Text Example
White with #987657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987657; }
p { color: rgb(152,118,87); }
H1.HeaderClassName
{
color: #987657;
}
.AnyTagClassName
{
color: #987657;
}
</style>
background-color css
<style>
a { background-color: #987657; }
a { background-color: rgb(152,118,87); }
div.DivClassName
{
background-color: #987657;
}
.BgClassName
{
background-color: #987657;
}
</style>
border-color css
<style>
span { border-color: #987657; }
span { border-color: rgb(152,118,87); }
td.TdClassName
{
border-color: #987657;
}
.TagClassName
{
border-color: #987657;
}
</style>