Shades of Golden Brown #996010
Tints of Golden Brown #996010
RGB
CMYK
RGB Variations
Color information
#996010 (or 0x996010) is known color: Golden Brown. HEX triplet: 99, 60 and 10. RGB value is (153,96,16). Sum of RGB (Red+Green+Blue) = 153+96+16=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #996010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996010 is #669FEF. Grayscale: #686868. Windows color (decimal): -6725616 or 1073305. OLE color: 1073305.
HSL color Cylindrical-coordinate representation of color #996010: hue angle of 35.04º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #996010 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 16 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.4 |
| HSL | 35.04º | 0.81% | 0.33% | - |
| HSV(B) | 35.04º | 0.9% | 0.6% | - |
| XYZ | 17.41 | 15.18 | 2.5 | - |
| YUV | 103.92 | 78.38 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 16 | 0 | 0.37 | 0.90 | 0.4 | 35.04 | 0.81 | 0.33 |
| Hex | 99 | 60 | 10 | 0 | 25 | 5A | 28 | 23 | 51 | 21 |
| Octal | 231 | 140 | 20 | 0 | 45 | 132 | 50 | 43 | 121 | 41 |
| Binary | 10011001 | 1100000 | 10000 | 0 | 100101 | 1011010 | 101000 | 100011 | 1010001 | 100001 |
Color Harmonies of #996010
Complementary color
Monochromatic Colors of #996010
Black with #996010
Text Example
Text Example
White with #996010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996010; }
p { color: rgb(153,96,16); }
H1.HeaderClassName
{
color: #996010;
}
.AnyTagClassName
{
color: #996010;
}
</style>
background-color css
<style>
a { background-color: #996010; }
a { background-color: rgb(153,96,16); }
div.DivClassName
{
background-color: #996010;
}
.BgClassName
{
background-color: #996010;
}
</style>
border-color css
<style>
span { border-color: #996010; }
span { border-color: rgb(153,96,16); }
td.TdClassName
{
border-color: #996010;
}
.TagClassName
{
border-color: #996010;
}
</style>