Shades of Pale Brown #987446
Tints of Pale Brown #987446
RGB
CMYK
RGB Variations
Color information
#987446 (or 0x987446) is known color: Pale Brown. HEX triplet: 98, 74 and 46. RGB value is (152,116,70). Sum of RGB (Red+Green+Blue) = 152+116+70=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #987446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987446 is #678BB9. Grayscale: #797979. Windows color (decimal): -6785978 or 4617368. OLE color: 4617368.
HSL color Cylindrical-coordinate representation of color #987446: hue angle of 33.66º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #987446 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 70 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.40 |
| HSL | 33.66º | 0.37% | 0.44% | - |
| HSV(B) | 33.66º | 0.54% | 0.6% | - |
| XYZ | 20.3 | 19.61 | 8.51 | - |
| YUV | 121.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 70 | 0 | 0.24 | 0.54 | 0.40 | 33.66 | 0.37 | 0.44 |
| Hex | 98 | 74 | 46 | 0 | 18 | 36 | 28 | 22 | 25 | 2C |
| Octal | 230 | 164 | 106 | 0 | 30 | 66 | 50 | 42 | 45 | 54 |
| Binary | 10011000 | 1110100 | 1000110 | 0 | 11000 | 110110 | 101000 | 100010 | 100101 | 101100 |
Color Harmonies of #987446
Complementary color
Monochromatic Colors of #987446
Black with #987446
Text Example
Text Example
White with #987446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987446; }
p { color: rgb(152,116,70); }
H1.HeaderClassName
{
color: #987446;
}
.AnyTagClassName
{
color: #987446;
}
</style>
background-color css
<style>
a { background-color: #987446; }
a { background-color: rgb(152,116,70); }
div.DivClassName
{
background-color: #987446;
}
.BgClassName
{
background-color: #987446;
}
</style>
border-color css
<style>
span { border-color: #987446; }
span { border-color: rgb(152,116,70); }
td.TdClassName
{
border-color: #987446;
}
.TagClassName
{
border-color: #987446;
}
</style>