Shades of Golden Brown #996F10
Tints of Golden Brown #996F10
RGB
CMYK
RGB Variations
Color information
#996F10 (or 0x996F10) is known color: Golden Brown. HEX triplet: 99, 6F and 10. RGB value is (153,111,16). Sum of RGB (Red+Green+Blue) = 153+111+16=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #996F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F10 is #6690EF. Grayscale: #717171. Windows color (decimal): -6721776 or 1077145. OLE color: 1077145.
HSL color Cylindrical-coordinate representation of color #996F10: hue angle of 41.61º 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 #996F10 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 16 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.4 |
| HSL | 41.61º | 0.81% | 0.33% | - |
| HSV(B) | 41.61º | 0.9% | 0.6% | - |
| XYZ | 18.91 | 18.18 | 3 | - |
| YUV | 112.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 16 | 0 | 0.27 | 0.90 | 0.4 | 41.61 | 0.81 | 0.33 |
| Hex | 99 | 6F | 10 | 0 | 1B | 5A | 28 | 2A | 51 | 21 |
| Octal | 231 | 157 | 20 | 0 | 33 | 132 | 50 | 52 | 121 | 41 |
| Binary | 10011001 | 1101111 | 10000 | 0 | 11011 | 1011010 | 101000 | 101010 | 1010001 | 100001 |
Color Harmonies of #996F10
Complementary color
Monochromatic Colors of #996F10
Black with #996F10
Text Example
Text Example
White with #996F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F10; }
p { color: rgb(153,111,16); }
H1.HeaderClassName
{
color: #996F10;
}
.AnyTagClassName
{
color: #996F10;
}
</style>
background-color css
<style>
a { background-color: #996F10; }
a { background-color: rgb(153,111,16); }
div.DivClassName
{
background-color: #996F10;
}
.BgClassName
{
background-color: #996F10;
}
</style>
border-color css
<style>
span { border-color: #996F10; }
span { border-color: rgb(153,111,16); }
td.TdClassName
{
border-color: #996F10;
}
.TagClassName
{
border-color: #996F10;
}
</style>