Shades of Golden Brown #996117
Tints of Golden Brown #996117
RGB
CMYK
RGB Variations
Color information
#996117 (or 0x996117) is known color: Golden Brown. HEX triplet: 99, 61 and 17. RGB value is (153,97,23). Sum of RGB (Red+Green+Blue) = 153+97+23=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #996117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996117 is #669EE8. Grayscale: #696969. Windows color (decimal): -6725353 or 1532313. OLE color: 1532313.
HSL color Cylindrical-coordinate representation of color #996117: hue angle of 34.15º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #996117 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 23 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.4 |
| HSL | 34.15º | 0.74% | 0.35% | - |
| HSV(B) | 34.15º | 0.85% | 0.6% | - |
| XYZ | 17.57 | 15.38 | 2.85 | - |
| YUV | 105.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 23 | 0 | 0.37 | 0.85 | 0.4 | 34.15 | 0.74 | 0.35 |
| Hex | 99 | 61 | 17 | 0 | 25 | 55 | 28 | 22 | 4A | 23 |
| Octal | 231 | 141 | 27 | 0 | 45 | 125 | 50 | 42 | 112 | 43 |
| Binary | 10011001 | 1100001 | 10111 | 0 | 100101 | 1010101 | 101000 | 100010 | 1001010 | 100011 |
Color Harmonies of #996117
Complementary color
Monochromatic Colors of #996117
Black with #996117
Text Example
Text Example
White with #996117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996117; }
p { color: rgb(153,97,23); }
H1.HeaderClassName
{
color: #996117;
}
.AnyTagClassName
{
color: #996117;
}
</style>
background-color css
<style>
a { background-color: #996117; }
a { background-color: rgb(153,97,23); }
div.DivClassName
{
background-color: #996117;
}
.BgClassName
{
background-color: #996117;
}
</style>
border-color css
<style>
span { border-color: #996117; }
span { border-color: rgb(153,97,23); }
td.TdClassName
{
border-color: #996117;
}
.TagClassName
{
border-color: #996117;
}
</style>