Shades of Golden Brown #987115
Tints of Golden Brown #987115
RGB
CMYK
RGB Variations
Color information
#987115 (or 0x987115) is known color: Golden Brown. HEX triplet: 98, 71 and 15. RGB value is (152,113,21). Sum of RGB (Red+Green+Blue) = 152+113+21=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #987115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987115 is #678EEA. Grayscale: #727272. Windows color (decimal): -6786795 or 1405336. OLE color: 1405336.
HSL color Cylindrical-coordinate representation of color #987115: hue angle of 42.14º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #987115 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 21 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.40 |
| HSL | 42.14º | 0.76% | 0.34% | - |
| HSV(B) | 42.14º | 0.86% | 0.6% | - |
| XYZ | 18.99 | 18.54 | 3.29 | - |
| YUV | 114.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 21 | 0 | 0.26 | 0.86 | 0.40 | 42.14 | 0.76 | 0.34 |
| Hex | 98 | 71 | 15 | 0 | 1A | 56 | 28 | 2A | 4C | 22 |
| Octal | 230 | 161 | 25 | 0 | 32 | 126 | 50 | 52 | 114 | 42 |
| Binary | 10011000 | 1110001 | 10101 | 0 | 11010 | 1010110 | 101000 | 101010 | 1001100 | 100010 |
Color Harmonies of #987115
Complementary color
Monochromatic Colors of #987115
Black with #987115
Text Example
Text Example
White with #987115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987115; }
p { color: rgb(152,113,21); }
H1.HeaderClassName
{
color: #987115;
}
.AnyTagClassName
{
color: #987115;
}
</style>
background-color css
<style>
a { background-color: #987115; }
a { background-color: rgb(152,113,21); }
div.DivClassName
{
background-color: #987115;
}
.BgClassName
{
background-color: #987115;
}
</style>
border-color css
<style>
span { border-color: #987115; }
span { border-color: rgb(152,113,21); }
td.TdClassName
{
border-color: #987115;
}
.TagClassName
{
border-color: #987115;
}
</style>