Shades of Golden Brown #987316
Tints of Golden Brown #987316
RGB
CMYK
RGB Variations
Color information
#987316 (or 0x987316) is known color: Golden Brown. HEX triplet: 98, 73 and 16. RGB value is (152,115,22). Sum of RGB (Red+Green+Blue) = 152+115+22=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #987316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987316 is #678CE9. Grayscale: #737373. Windows color (decimal): -6786282 or 1471384. OLE color: 1471384.
HSL color Cylindrical-coordinate representation of color #987316: hue angle of 42.92º degrees, saturation: 0.75, 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 #987316 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 22 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.40 |
| HSL | 42.92º | 0.75% | 0.34% | - |
| HSV(B) | 42.92º | 0.86% | 0.6% | - |
| XYZ | 19.22 | 18.99 | 3.41 | - |
| YUV | 115.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 22 | 0 | 0.24 | 0.86 | 0.40 | 42.92 | 0.75 | 0.34 |
| Hex | 98 | 73 | 16 | 0 | 18 | 56 | 28 | 2B | 4B | 22 |
| Octal | 230 | 163 | 26 | 0 | 30 | 126 | 50 | 53 | 113 | 42 |
| Binary | 10011000 | 1110011 | 10110 | 0 | 11000 | 1010110 | 101000 | 101011 | 1001011 | 100010 |
Color Harmonies of #987316
Complementary color
Monochromatic Colors of #987316
Black with #987316
Text Example
Text Example
White with #987316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987316; }
p { color: rgb(152,115,22); }
H1.HeaderClassName
{
color: #987316;
}
.AnyTagClassName
{
color: #987316;
}
</style>
background-color css
<style>
a { background-color: #987316; }
a { background-color: rgb(152,115,22); }
div.DivClassName
{
background-color: #987316;
}
.BgClassName
{
background-color: #987316;
}
</style>
border-color css
<style>
span { border-color: #987316; }
span { border-color: rgb(152,115,22); }
td.TdClassName
{
border-color: #987316;
}
.TagClassName
{
border-color: #987316;
}
</style>