Shades of Golden Brown #986E04
Tints of Golden Brown #986E04
RGB
CMYK
RGB Variations
Color information
#986E04 (or 0x986E04) is known color: Golden Brown. HEX triplet: 98, 6E and 04. RGB value is (152,110,4). Sum of RGB (Red+Green+Blue) = 152+110+4=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #986E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986E04 is #6791FB. Grayscale: #6E6E6E. Windows color (decimal): -6787580 or 290456. OLE color: 290456.
HSL color Cylindrical-coordinate representation of color #986E04: hue angle of 42.97º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #986E04 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 110 | 4 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.40 |
| HSL | 42.97º | 0.95% | 0.31% | - |
| HSV(B) | 42.97º | 0.97% | 0.6% | - |
| XYZ | 18.55 | 17.84 | 2.58 | - |
| YUV | 110.47 | 67.91 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 4 | 0 | 0.28 | 0.97 | 0.40 | 42.97 | 0.95 | 0.31 |
| Hex | 98 | 6E | 4 | 0 | 1C | 61 | 28 | 2B | 5F | 1F |
| Octal | 230 | 156 | 4 | 0 | 34 | 141 | 50 | 53 | 137 | 37 |
| Binary | 10011000 | 1101110 | 100 | 0 | 11100 | 1100001 | 101000 | 101011 | 1011111 | 11111 |
Color Harmonies of #986E04
Complementary color
Monochromatic Colors of #986E04
Black with #986E04
Text Example
Text Example
White with #986E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986E04; }
p { color: rgb(152,110,4); }
H1.HeaderClassName
{
color: #986E04;
}
.AnyTagClassName
{
color: #986E04;
}
</style>
background-color css
<style>
a { background-color: #986E04; }
a { background-color: rgb(152,110,4); }
div.DivClassName
{
background-color: #986E04;
}
.BgClassName
{
background-color: #986E04;
}
</style>
border-color css
<style>
span { border-color: #986E04; }
span { border-color: rgb(152,110,4); }
td.TdClassName
{
border-color: #986E04;
}
.TagClassName
{
border-color: #986E04;
}
</style>