Shades of Golden Brown #986010
Tints of Golden Brown #986010
RGB
CMYK
RGB Variations
Color information
#986010 (or 0x986010) is known color: Golden Brown. HEX triplet: 98, 60 and 10. RGB value is (152,96,16). Sum of RGB (Red+Green+Blue) = 152+96+16=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #986010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986010 is #679FEF. Grayscale: #686868. Windows color (decimal): -6791152 or 1073304. OLE color: 1073304.
HSL color Cylindrical-coordinate representation of color #986010: hue angle of 35.29º degrees, saturation: 0.81, 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 #986010 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 16 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.40 |
| HSL | 35.29º | 0.81% | 0.33% | - |
| HSV(B) | 35.29º | 0.89% | 0.6% | - |
| XYZ | 17.23 | 15.08 | 2.49 | - |
| YUV | 103.62 | 78.55 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 16 | 0 | 0.37 | 0.89 | 0.40 | 35.29 | 0.81 | 0.33 |
| Hex | 98 | 60 | 10 | 0 | 25 | 59 | 28 | 23 | 51 | 21 |
| Octal | 230 | 140 | 20 | 0 | 45 | 131 | 50 | 43 | 121 | 41 |
| Binary | 10011000 | 1100000 | 10000 | 0 | 100101 | 1011001 | 101000 | 100011 | 1010001 | 100001 |
Color Harmonies of #986010
Complementary color
Monochromatic Colors of #986010
Black with #986010
Text Example
Text Example
White with #986010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986010; }
p { color: rgb(152,96,16); }
H1.HeaderClassName
{
color: #986010;
}
.AnyTagClassName
{
color: #986010;
}
</style>
background-color css
<style>
a { background-color: #986010; }
a { background-color: rgb(152,96,16); }
div.DivClassName
{
background-color: #986010;
}
.BgClassName
{
background-color: #986010;
}
</style>
border-color css
<style>
span { border-color: #986010; }
span { border-color: rgb(152,96,16); }
td.TdClassName
{
border-color: #986010;
}
.TagClassName
{
border-color: #986010;
}
</style>