Shades of Golden Brown #986E20
Tints of Golden Brown #986E20
RGB
CMYK
RGB Variations
Color information
#986E20 (or 0x986E20) is known color: Golden Brown. HEX triplet: 98, 6E and 20. RGB value is (152,110,32). Sum of RGB (Red+Green+Blue) = 152+110+32=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #986E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986E20 is #6791DF. Grayscale: #727272. Windows color (decimal): -6787552 or 2125464. OLE color: 2125464.
HSL color Cylindrical-coordinate representation of color #986E20: hue angle of 39º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #986E20 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 110 | 32 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.40 |
| HSL | 39º | 0.65% | 0.36% | - |
| HSV(B) | 39º | 0.79% | 0.6% | - |
| XYZ | 18.79 | 17.93 | 3.84 | - |
| YUV | 113.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 32 | 0 | 0.28 | 0.79 | 0.40 | 39 | 0.65 | 0.36 |
| Hex | 98 | 6E | 20 | 0 | 1C | 4F | 28 | 27 | 41 | 24 |
| Octal | 230 | 156 | 40 | 0 | 34 | 117 | 50 | 47 | 101 | 44 |
| Binary | 10011000 | 1101110 | 100000 | 0 | 11100 | 1001111 | 101000 | 100111 | 1000001 | 100100 |
Color Harmonies of #986E20
Complementary color
Monochromatic Colors of #986E20
Black with #986E20
Text Example
Text Example
White with #986E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986E20; }
p { color: rgb(152,110,32); }
H1.HeaderClassName
{
color: #986E20;
}
.AnyTagClassName
{
color: #986E20;
}
</style>
background-color css
<style>
a { background-color: #986E20; }
a { background-color: rgb(152,110,32); }
div.DivClassName
{
background-color: #986E20;
}
.BgClassName
{
background-color: #986E20;
}
</style>
border-color css
<style>
span { border-color: #986E20; }
span { border-color: rgb(152,110,32); }
td.TdClassName
{
border-color: #986E20;
}
.TagClassName
{
border-color: #986E20;
}
</style>