Shades of Golden Brown #987511
Tints of Golden Brown #987511
RGB
CMYK
RGB Variations
Color information
#987511 (or 0x987511) is known color: Golden Brown. HEX triplet: 98, 75 and 11. RGB value is (152,117,17). Sum of RGB (Red+Green+Blue) = 152+117+17=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #987511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987511 is #678AEE. Grayscale: #747474. Windows color (decimal): -6785775 or 1144216. OLE color: 1144216.
HSL color Cylindrical-coordinate representation of color #987511: hue angle of 44.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #987511 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 17 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.40 |
| HSL | 44.44º | 0.8% | 0.33% | - |
| HSV(B) | 44.44º | 0.89% | 0.6% | - |
| XYZ | 19.41 | 19.44 | 3.26 | - |
| YUV | 116.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 17 | 0 | 0.23 | 0.89 | 0.40 | 44.44 | 0.8 | 0.33 |
| Hex | 98 | 75 | 11 | 0 | 17 | 59 | 28 | 2C | 50 | 21 |
| Octal | 230 | 165 | 21 | 0 | 27 | 131 | 50 | 54 | 120 | 41 |
| Binary | 10011000 | 1110101 | 10001 | 0 | 10111 | 1011001 | 101000 | 101100 | 1010000 | 100001 |
Color Harmonies of #987511
Complementary color
Monochromatic Colors of #987511
Black with #987511
Text Example
Text Example
White with #987511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987511; }
p { color: rgb(152,117,17); }
H1.HeaderClassName
{
color: #987511;
}
.AnyTagClassName
{
color: #987511;
}
</style>
background-color css
<style>
a { background-color: #987511; }
a { background-color: rgb(152,117,17); }
div.DivClassName
{
background-color: #987511;
}
.BgClassName
{
background-color: #987511;
}
</style>
border-color css
<style>
span { border-color: #987511; }
span { border-color: rgb(152,117,17); }
td.TdClassName
{
border-color: #987511;
}
.TagClassName
{
border-color: #987511;
}
</style>