Shades of Golden Brown #986516
Tints of Golden Brown #986516
RGB
CMYK
RGB Variations
Color information
#986516 (or 0x986516) is known color: Golden Brown. HEX triplet: 98, 65 and 16. RGB value is (152,101,22). Sum of RGB (Red+Green+Blue) = 152+101+22=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #986516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986516 is #679AE9. Grayscale: #6B6B6B. Windows color (decimal): -6789866 or 1467800. OLE color: 1467800.
HSL color Cylindrical-coordinate representation of color #986516: hue angle of 36.46º 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 #986516 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 22 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.40 |
| HSL | 36.46º | 0.75% | 0.34% | - |
| HSV(B) | 36.46º | 0.86% | 0.6% | - |
| XYZ | 17.75 | 16.04 | 2.92 | - |
| YUV | 107.24 | 79.9 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 22 | 0 | 0.34 | 0.86 | 0.40 | 36.46 | 0.75 | 0.34 |
| Hex | 98 | 65 | 16 | 0 | 22 | 56 | 28 | 24 | 4B | 22 |
| Octal | 230 | 145 | 26 | 0 | 42 | 126 | 50 | 44 | 113 | 42 |
| Binary | 10011000 | 1100101 | 10110 | 0 | 100010 | 1010110 | 101000 | 100100 | 1001011 | 100010 |
Color Harmonies of #986516
Complementary color
Monochromatic Colors of #986516
Black with #986516
Text Example
Text Example
White with #986516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986516; }
p { color: rgb(152,101,22); }
H1.HeaderClassName
{
color: #986516;
}
.AnyTagClassName
{
color: #986516;
}
</style>
background-color css
<style>
a { background-color: #986516; }
a { background-color: rgb(152,101,22); }
div.DivClassName
{
background-color: #986516;
}
.BgClassName
{
background-color: #986516;
}
</style>
border-color css
<style>
span { border-color: #986516; }
span { border-color: rgb(152,101,22); }
td.TdClassName
{
border-color: #986516;
}
.TagClassName
{
border-color: #986516;
}
</style>