Shades of Golden Brown #986011
Tints of Golden Brown #986011
RGB
CMYK
RGB Variations
Color information
#986011 (or 0x986011) is known color: Golden Brown. HEX triplet: 98, 60 and 11. RGB value is (152,96,17). Sum of RGB (Red+Green+Blue) = 152+96+17=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #986011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986011 is #679FEE. Grayscale: #686868. Windows color (decimal): -6791151 or 1138840. OLE color: 1138840.
HSL color Cylindrical-coordinate representation of color #986011: hue angle of 35.11º 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 #986011 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 17 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.40 |
| HSL | 35.11º | 0.8% | 0.33% | - |
| HSV(B) | 35.11º | 0.89% | 0.6% | - |
| XYZ | 17.23 | 15.08 | 2.53 | - |
| YUV | 103.74 | 79.05 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 17 | 0 | 0.37 | 0.89 | 0.40 | 35.11 | 0.8 | 0.33 |
| Hex | 98 | 60 | 11 | 0 | 25 | 59 | 28 | 23 | 50 | 21 |
| Octal | 230 | 140 | 21 | 0 | 45 | 131 | 50 | 43 | 120 | 41 |
| Binary | 10011000 | 1100000 | 10001 | 0 | 100101 | 1011001 | 101000 | 100011 | 1010000 | 100001 |
Color Harmonies of #986011
Complementary color
Monochromatic Colors of #986011
Black with #986011
Text Example
Text Example
White with #986011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986011; }
p { color: rgb(152,96,17); }
H1.HeaderClassName
{
color: #986011;
}
.AnyTagClassName
{
color: #986011;
}
</style>
background-color css
<style>
a { background-color: #986011; }
a { background-color: rgb(152,96,17); }
div.DivClassName
{
background-color: #986011;
}
.BgClassName
{
background-color: #986011;
}
</style>
border-color css
<style>
span { border-color: #986011; }
span { border-color: rgb(152,96,17); }
td.TdClassName
{
border-color: #986011;
}
.TagClassName
{
border-color: #986011;
}
</style>