Shades of Golden Brown #986710
Tints of Golden Brown #986710
RGB
CMYK
RGB Variations
Color information
#986710 (or 0x986710) is known color: Golden Brown. HEX triplet: 98, 67 and 10. RGB value is (152,103,16). Sum of RGB (Red+Green+Blue) = 152+103+16=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #986710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986710 is #6798EF. Grayscale: #6C6C6C. Windows color (decimal): -6789360 or 1075096. OLE color: 1075096.
HSL color Cylindrical-coordinate representation of color #986710: hue angle of 38.38º 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 #986710 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 16 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.40 |
| HSL | 38.38º | 0.81% | 0.33% | - |
| HSV(B) | 38.38º | 0.89% | 0.6% | - |
| XYZ | 17.89 | 16.41 | 2.72 | - |
| YUV | 107.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 16 | 0 | 0.32 | 0.89 | 0.40 | 38.38 | 0.81 | 0.33 |
| Hex | 98 | 67 | 10 | 0 | 20 | 59 | 28 | 26 | 51 | 21 |
| Octal | 230 | 147 | 20 | 0 | 40 | 131 | 50 | 46 | 121 | 41 |
| Binary | 10011000 | 1100111 | 10000 | 0 | 100000 | 1011001 | 101000 | 100110 | 1010001 | 100001 |
Color Harmonies of #986710
Complementary color
Monochromatic Colors of #986710
Black with #986710
Text Example
Text Example
White with #986710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986710; }
p { color: rgb(152,103,16); }
H1.HeaderClassName
{
color: #986710;
}
.AnyTagClassName
{
color: #986710;
}
</style>
background-color css
<style>
a { background-color: #986710; }
a { background-color: rgb(152,103,16); }
div.DivClassName
{
background-color: #986710;
}
.BgClassName
{
background-color: #986710;
}
</style>
border-color css
<style>
span { border-color: #986710; }
span { border-color: rgb(152,103,16); }
td.TdClassName
{
border-color: #986710;
}
.TagClassName
{
border-color: #986710;
}
</style>