Shades of Golden Brown #986211
Tints of Golden Brown #986211
RGB
CMYK
RGB Variations
Color information
#986211 (or 0x986211) is known color: Golden Brown. HEX triplet: 98, 62 and 11. RGB value is (152,98,17). Sum of RGB (Red+Green+Blue) = 152+98+17=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #986211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986211 is #679DEE. Grayscale: #696969. Windows color (decimal): -6790639 or 1139352. OLE color: 1139352.
HSL color Cylindrical-coordinate representation of color #986211: hue angle of 36º 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 #986211 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 17 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.40 |
| HSL | 36º | 0.8% | 0.33% | - |
| HSV(B) | 36º | 0.89% | 0.6% | - |
| XYZ | 17.42 | 15.45 | 2.59 | - |
| YUV | 104.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 17 | 0 | 0.36 | 0.89 | 0.40 | 36 | 0.8 | 0.33 |
| Hex | 98 | 62 | 11 | 0 | 24 | 59 | 28 | 24 | 50 | 21 |
| Octal | 230 | 142 | 21 | 0 | 44 | 131 | 50 | 44 | 120 | 41 |
| Binary | 10011000 | 1100010 | 10001 | 0 | 100100 | 1011001 | 101000 | 100100 | 1010000 | 100001 |
Color Harmonies of #986211
Complementary color
Monochromatic Colors of #986211
Black with #986211
Text Example
Text Example
White with #986211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986211; }
p { color: rgb(152,98,17); }
H1.HeaderClassName
{
color: #986211;
}
.AnyTagClassName
{
color: #986211;
}
</style>
background-color css
<style>
a { background-color: #986211; }
a { background-color: rgb(152,98,17); }
div.DivClassName
{
background-color: #986211;
}
.BgClassName
{
background-color: #986211;
}
</style>
border-color css
<style>
span { border-color: #986211; }
span { border-color: rgb(152,98,17); }
td.TdClassName
{
border-color: #986211;
}
.TagClassName
{
border-color: #986211;
}
</style>