Shades of Golden Brown #987114
Tints of Golden Brown #987114
RGB
CMYK
RGB Variations
Color information
#987114 (or 0x987114) is known color: Golden Brown. HEX triplet: 98, 71 and 14. RGB value is (152,113,20). Sum of RGB (Red+Green+Blue) = 152+113+20=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #987114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987114 is #678EEB. Grayscale: #727272. Windows color (decimal): -6786796 or 1339800. OLE color: 1339800.
HSL color Cylindrical-coordinate representation of color #987114: hue angle of 42.27º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #987114 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 20 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.40 |
| HSL | 42.27º | 0.77% | 0.34% | - |
| HSV(B) | 42.27º | 0.87% | 0.6% | - |
| XYZ | 18.98 | 18.54 | 3.24 | - |
| YUV | 114.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 20 | 0 | 0.26 | 0.87 | 0.40 | 42.27 | 0.77 | 0.34 |
| Hex | 98 | 71 | 14 | 0 | 1A | 57 | 28 | 2A | 4D | 22 |
| Octal | 230 | 161 | 24 | 0 | 32 | 127 | 50 | 52 | 115 | 42 |
| Binary | 10011000 | 1110001 | 10100 | 0 | 11010 | 1010111 | 101000 | 101010 | 1001101 | 100010 |
Color Harmonies of #987114
Complementary color
Monochromatic Colors of #987114
Black with #987114
Text Example
Text Example
White with #987114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987114; }
p { color: rgb(152,113,20); }
H1.HeaderClassName
{
color: #987114;
}
.AnyTagClassName
{
color: #987114;
}
</style>
background-color css
<style>
a { background-color: #987114; }
a { background-color: rgb(152,113,20); }
div.DivClassName
{
background-color: #987114;
}
.BgClassName
{
background-color: #987114;
}
</style>
border-color css
<style>
span { border-color: #987114; }
span { border-color: rgb(152,113,20); }
td.TdClassName
{
border-color: #987114;
}
.TagClassName
{
border-color: #987114;
}
</style>