Shades of Pale Brown #987652
Tints of Pale Brown #987652
RGB
CMYK
RGB Variations
Color information
#987652 (or 0x987652) is known color: Pale Brown. HEX triplet: 98, 76 and 52. RGB value is (152,118,82). Sum of RGB (Red+Green+Blue) = 152+118+82=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #987652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987652 is #6789AD. Grayscale: #7C7C7C. Windows color (decimal): -6785454 or 5404312. OLE color: 5404312.
HSL color Cylindrical-coordinate representation of color #987652: hue angle of 30.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #987652 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 82 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.40 |
| HSL | 30.86º | 0.3% | 0.46% | - |
| HSV(B) | 30.86º | 0.46% | 0.6% | - |
| XYZ | 20.95 | 20.24 | 10.79 | - |
| YUV | 124.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 82 | 0 | 0.22 | 0.46 | 0.40 | 30.86 | 0.3 | 0.46 |
| Hex | 98 | 76 | 52 | 0 | 16 | 2E | 28 | 1F | 1E | 2E |
| Octal | 230 | 166 | 122 | 0 | 26 | 56 | 50 | 37 | 36 | 56 |
| Binary | 10011000 | 1110110 | 1010010 | 0 | 10110 | 101110 | 101000 | 11111 | 11110 | 101110 |
Color Harmonies of #987652
Complementary color
Monochromatic Colors of #987652
Black with #987652
Text Example
Text Example
White with #987652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987652; }
p { color: rgb(152,118,82); }
H1.HeaderClassName
{
color: #987652;
}
.AnyTagClassName
{
color: #987652;
}
</style>
background-color css
<style>
a { background-color: #987652; }
a { background-color: rgb(152,118,82); }
div.DivClassName
{
background-color: #987652;
}
.BgClassName
{
background-color: #987652;
}
</style>
border-color css
<style>
span { border-color: #987652; }
span { border-color: rgb(152,118,82); }
td.TdClassName
{
border-color: #987652;
}
.TagClassName
{
border-color: #987652;
}
</style>