Shades of Pale Brown #987144
Tints of Pale Brown #987144
RGB
CMYK
RGB Variations
Color information
#987144 (or 0x987144) is known color: Pale Brown. HEX triplet: 98, 71 and 44. RGB value is (152,113,68). Sum of RGB (Red+Green+Blue) = 152+113+68=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #987144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987144 is #678EBB. Grayscale: #777777. Windows color (decimal): -6786748 or 4485528. OLE color: 4485528.
HSL color Cylindrical-coordinate representation of color #987144: hue angle of 32.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #987144 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 68 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.40 |
| HSL | 32.14º | 0.38% | 0.43% | - |
| HSV(B) | 32.14º | 0.55% | 0.6% | - |
| XYZ | 19.9 | 18.9 | 8.07 | - |
| YUV | 119.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 68 | 0 | 0.26 | 0.55 | 0.40 | 32.14 | 0.38 | 0.43 |
| Hex | 98 | 71 | 44 | 0 | 1A | 37 | 28 | 20 | 26 | 2B |
| Octal | 230 | 161 | 104 | 0 | 32 | 67 | 50 | 40 | 46 | 53 |
| Binary | 10011000 | 1110001 | 1000100 | 0 | 11010 | 110111 | 101000 | 100000 | 100110 | 101011 |
Color Harmonies of #987144
Complementary color
Monochromatic Colors of #987144
Black with #987144
Text Example
Text Example
White with #987144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987144; }
p { color: rgb(152,113,68); }
H1.HeaderClassName
{
color: #987144;
}
.AnyTagClassName
{
color: #987144;
}
</style>
background-color css
<style>
a { background-color: #987144; }
a { background-color: rgb(152,113,68); }
div.DivClassName
{
background-color: #987144;
}
.BgClassName
{
background-color: #987144;
}
</style>
border-color css
<style>
span { border-color: #987144; }
span { border-color: rgb(152,113,68); }
td.TdClassName
{
border-color: #987144;
}
.TagClassName
{
border-color: #987144;
}
</style>