Shades of Golden Brown #996011
Tints of Golden Brown #996011
RGB
CMYK
RGB Variations
Color information
#996011 (or 0x996011) is known color: Golden Brown. HEX triplet: 99, 60 and 11. RGB value is (153,96,17). Sum of RGB (Red+Green+Blue) = 153+96+17=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #996011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996011 is #669FEE. Grayscale: #686868. Windows color (decimal): -6725615 or 1138841. OLE color: 1138841.
HSL color Cylindrical-coordinate representation of color #996011: hue angle of 34.85º degrees, saturation: 0.8, 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 #996011 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 17 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.4 |
| HSL | 34.85º | 0.8% | 0.33% | - |
| HSV(B) | 34.85º | 0.89% | 0.6% | - |
| XYZ | 17.42 | 15.18 | 2.54 | - |
| YUV | 104.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 17 | 0 | 0.37 | 0.89 | 0.4 | 34.85 | 0.8 | 0.33 |
| Hex | 99 | 60 | 11 | 0 | 25 | 59 | 28 | 23 | 50 | 21 |
| Octal | 231 | 140 | 21 | 0 | 45 | 131 | 50 | 43 | 120 | 41 |
| Binary | 10011001 | 1100000 | 10001 | 0 | 100101 | 1011001 | 101000 | 100011 | 1010000 | 100001 |
Color Harmonies of #996011
Complementary color
Monochromatic Colors of #996011
Black with #996011
Text Example
Text Example
White with #996011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996011; }
p { color: rgb(153,96,17); }
H1.HeaderClassName
{
color: #996011;
}
.AnyTagClassName
{
color: #996011;
}
</style>
background-color css
<style>
a { background-color: #996011; }
a { background-color: rgb(153,96,17); }
div.DivClassName
{
background-color: #996011;
}
.BgClassName
{
background-color: #996011;
}
</style>
border-color css
<style>
span { border-color: #996011; }
span { border-color: rgb(153,96,17); }
td.TdClassName
{
border-color: #996011;
}
.TagClassName
{
border-color: #996011;
}
</style>