Shades of Golden Brown #986111
Tints of Golden Brown #986111
RGB
CMYK
RGB Variations
Color information
#986111 (or 0x986111) is known color: Golden Brown. HEX triplet: 98, 61 and 11. RGB value is (152,97,17). Sum of RGB (Red+Green+Blue) = 152+97+17=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #986111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986111 is #679EEE. Grayscale: #686868. Windows color (decimal): -6790895 or 1139096. OLE color: 1139096.
HSL color Cylindrical-coordinate representation of color #986111: hue angle of 35.56º 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 #986111 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 97 | 17 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.40 |
| HSL | 35.56º | 0.8% | 0.33% | - |
| HSV(B) | 35.56º | 0.89% | 0.6% | - |
| XYZ | 17.32 | 15.27 | 2.56 | - |
| YUV | 104.33 | 78.72 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 17 | 0 | 0.36 | 0.89 | 0.40 | 35.56 | 0.8 | 0.33 |
| Hex | 98 | 61 | 11 | 0 | 24 | 59 | 28 | 24 | 50 | 21 |
| Octal | 230 | 141 | 21 | 0 | 44 | 131 | 50 | 44 | 120 | 41 |
| Binary | 10011000 | 1100001 | 10001 | 0 | 100100 | 1011001 | 101000 | 100100 | 1010000 | 100001 |
Color Harmonies of #986111
Complementary color
Monochromatic Colors of #986111
Black with #986111
Text Example
Text Example
White with #986111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986111; }
p { color: rgb(152,97,17); }
H1.HeaderClassName
{
color: #986111;
}
.AnyTagClassName
{
color: #986111;
}
</style>
background-color css
<style>
a { background-color: #986111; }
a { background-color: rgb(152,97,17); }
div.DivClassName
{
background-color: #986111;
}
.BgClassName
{
background-color: #986111;
}
</style>
border-color css
<style>
span { border-color: #986111; }
span { border-color: rgb(152,97,17); }
td.TdClassName
{
border-color: #986111;
}
.TagClassName
{
border-color: #986111;
}
</style>