Shades of Golden Brown #986C11
Tints of Golden Brown #986C11
RGB
CMYK
RGB Variations
Color information
#986C11 (or 0x986C11) is known color: Golden Brown. HEX triplet: 98, 6C and 11. RGB value is (152,108,17). Sum of RGB (Red+Green+Blue) = 152+108+17=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #986C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986C11 is #6793EE. Grayscale: #6F6F6F. Windows color (decimal): -6788079 or 1141912. OLE color: 1141912.
HSL color Cylindrical-coordinate representation of color #986C11: hue angle of 40.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 #986C11 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 17 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.40 |
| HSL | 40.44º | 0.8% | 0.33% | - |
| HSV(B) | 40.44º | 0.89% | 0.6% | - |
| XYZ | 18.41 | 17.44 | 2.93 | - |
| YUV | 110.78 | 75.08 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 17 | 0 | 0.29 | 0.89 | 0.40 | 40.44 | 0.8 | 0.33 |
| Hex | 98 | 6C | 11 | 0 | 1D | 59 | 28 | 28 | 50 | 21 |
| Octal | 230 | 154 | 21 | 0 | 35 | 131 | 50 | 50 | 120 | 41 |
| Binary | 10011000 | 1101100 | 10001 | 0 | 11101 | 1011001 | 101000 | 101000 | 1010000 | 100001 |
Color Harmonies of #986C11
Complementary color
Monochromatic Colors of #986C11
Black with #986C11
Text Example
Text Example
White with #986C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C11; }
p { color: rgb(152,108,17); }
H1.HeaderClassName
{
color: #986C11;
}
.AnyTagClassName
{
color: #986C11;
}
</style>
background-color css
<style>
a { background-color: #986C11; }
a { background-color: rgb(152,108,17); }
div.DivClassName
{
background-color: #986C11;
}
.BgClassName
{
background-color: #986C11;
}
</style>
border-color css
<style>
span { border-color: #986C11; }
span { border-color: rgb(152,108,17); }
td.TdClassName
{
border-color: #986C11;
}
.TagClassName
{
border-color: #986C11;
}
</style>