Shades of Golden Brown #986C10
Tints of Golden Brown #986C10
RGB
CMYK
RGB Variations
Color information
#986C10 (or 0x986C10) is known color: Golden Brown. HEX triplet: 98, 6C and 10. RGB value is (152,108,16). Sum of RGB (Red+Green+Blue) = 152+108+16=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #986C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986C10 is #6793EF. Grayscale: #6F6F6F. Windows color (decimal): -6788080 or 1076376. OLE color: 1076376.
HSL color Cylindrical-coordinate representation of color #986C10: hue angle of 40.59º 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 #986C10 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 16 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.40 |
| HSL | 40.59º | 0.81% | 0.33% | - |
| HSV(B) | 40.59º | 0.89% | 0.6% | - |
| XYZ | 18.4 | 17.44 | 2.89 | - |
| YUV | 110.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 16 | 0 | 0.29 | 0.89 | 0.40 | 40.59 | 0.81 | 0.33 |
| Hex | 98 | 6C | 10 | 0 | 1D | 59 | 28 | 29 | 51 | 21 |
| Octal | 230 | 154 | 20 | 0 | 35 | 131 | 50 | 51 | 121 | 41 |
| Binary | 10011000 | 1101100 | 10000 | 0 | 11101 | 1011001 | 101000 | 101001 | 1010001 | 100001 |
Color Harmonies of #986C10
Complementary color
Monochromatic Colors of #986C10
Black with #986C10
Text Example
Text Example
White with #986C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C10; }
p { color: rgb(152,108,16); }
H1.HeaderClassName
{
color: #986C10;
}
.AnyTagClassName
{
color: #986C10;
}
</style>
background-color css
<style>
a { background-color: #986C10; }
a { background-color: rgb(152,108,16); }
div.DivClassName
{
background-color: #986C10;
}
.BgClassName
{
background-color: #986C10;
}
</style>
border-color css
<style>
span { border-color: #986C10; }
span { border-color: rgb(152,108,16); }
td.TdClassName
{
border-color: #986C10;
}
.TagClassName
{
border-color: #986C10;
}
</style>