Shades of Golden Brown #986916
Tints of Golden Brown #986916
RGB
CMYK
RGB Variations
Color information
#986916 (or 0x986916) is known color: Golden Brown. HEX triplet: 98, 69 and 16. RGB value is (152,105,22). Sum of RGB (Red+Green+Blue) = 152+105+22=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #986916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986916 is #6796E9. Grayscale: #6D6D6D. Windows color (decimal): -6788842 or 1468824. OLE color: 1468824.
HSL color Cylindrical-coordinate representation of color #986916: hue angle of 38.31º 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 #986916 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 22 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.40 |
| HSL | 38.31º | 0.75% | 0.34% | - |
| HSV(B) | 38.31º | 0.86% | 0.6% | - |
| XYZ | 18.15 | 16.84 | 3.05 | - |
| YUV | 109.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 22 | 0 | 0.31 | 0.86 | 0.40 | 38.31 | 0.75 | 0.34 |
| Hex | 98 | 69 | 16 | 0 | 1F | 56 | 28 | 26 | 4B | 22 |
| Octal | 230 | 151 | 26 | 0 | 37 | 126 | 50 | 46 | 113 | 42 |
| Binary | 10011000 | 1101001 | 10110 | 0 | 11111 | 1010110 | 101000 | 100110 | 1001011 | 100010 |
Color Harmonies of #986916
Complementary color
Monochromatic Colors of #986916
Black with #986916
Text Example
Text Example
White with #986916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986916; }
p { color: rgb(152,105,22); }
H1.HeaderClassName
{
color: #986916;
}
.AnyTagClassName
{
color: #986916;
}
</style>
background-color css
<style>
a { background-color: #986916; }
a { background-color: rgb(152,105,22); }
div.DivClassName
{
background-color: #986916;
}
.BgClassName
{
background-color: #986916;
}
</style>
border-color css
<style>
span { border-color: #986916; }
span { border-color: rgb(152,105,22); }
td.TdClassName
{
border-color: #986916;
}
.TagClassName
{
border-color: #986916;
}
</style>