Shades of Golden Brown #996C10
Tints of Golden Brown #996C10
RGB
CMYK
RGB Variations
Color information
#996C10 (or 0x996C10) is known color: Golden Brown. HEX triplet: 99, 6C and 10. RGB value is (153,108,16). Sum of RGB (Red+Green+Blue) = 153+108+16=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #996C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996C10 is #6693EF. Grayscale: #6F6F6F. Windows color (decimal): -6722544 or 1076377. OLE color: 1076377.
HSL color Cylindrical-coordinate representation of color #996C10: hue angle of 40.29º 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 #996C10 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 16 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.4 |
| HSL | 40.29º | 0.81% | 0.33% | - |
| HSV(B) | 40.29º | 0.9% | 0.6% | - |
| XYZ | 18.59 | 17.53 | 2.89 | - |
| YUV | 110.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 16 | 0 | 0.29 | 0.90 | 0.4 | 40.29 | 0.81 | 0.33 |
| Hex | 99 | 6C | 10 | 0 | 1D | 5A | 28 | 28 | 51 | 21 |
| Octal | 231 | 154 | 20 | 0 | 35 | 132 | 50 | 50 | 121 | 41 |
| Binary | 10011001 | 1101100 | 10000 | 0 | 11101 | 1011010 | 101000 | 101000 | 1010001 | 100001 |
Color Harmonies of #996C10
Complementary color
Monochromatic Colors of #996C10
Black with #996C10
Text Example
Text Example
White with #996C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C10; }
p { color: rgb(153,108,16); }
H1.HeaderClassName
{
color: #996C10;
}
.AnyTagClassName
{
color: #996C10;
}
</style>
background-color css
<style>
a { background-color: #996C10; }
a { background-color: rgb(153,108,16); }
div.DivClassName
{
background-color: #996C10;
}
.BgClassName
{
background-color: #996C10;
}
</style>
border-color css
<style>
span { border-color: #996C10; }
span { border-color: rgb(153,108,16); }
td.TdClassName
{
border-color: #996C10;
}
.TagClassName
{
border-color: #996C10;
}
</style>