Shades of Golden Brown #996D17
Tints of Golden Brown #996D17
RGB
CMYK
RGB Variations
Color information
#996D17 (or 0x996D17) is known color: Golden Brown. HEX triplet: 99, 6D and 17. RGB value is (153,109,23). Sum of RGB (Red+Green+Blue) = 153+109+23=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #996D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996D17 is #6692E8. Grayscale: #707070. Windows color (decimal): -6722281 or 1535385. OLE color: 1535385.
HSL color Cylindrical-coordinate representation of color #996D17: hue angle of 39.69º 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 #996D17 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 23 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.4 |
| HSL | 39.69º | 0.74% | 0.35% | - |
| HSV(B) | 39.69º | 0.85% | 0.6% | - |
| XYZ | 18.76 | 17.77 | 3.25 | - |
| YUV | 112.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 23 | 0 | 0.29 | 0.85 | 0.4 | 39.69 | 0.74 | 0.35 |
| Hex | 99 | 6D | 17 | 0 | 1D | 55 | 28 | 28 | 4A | 23 |
| Octal | 231 | 155 | 27 | 0 | 35 | 125 | 50 | 50 | 112 | 43 |
| Binary | 10011001 | 1101101 | 10111 | 0 | 11101 | 1010101 | 101000 | 101000 | 1001010 | 100011 |
Color Harmonies of #996D17
Complementary color
Monochromatic Colors of #996D17
Black with #996D17
Text Example
Text Example
White with #996D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D17; }
p { color: rgb(153,109,23); }
H1.HeaderClassName
{
color: #996D17;
}
.AnyTagClassName
{
color: #996D17;
}
</style>
background-color css
<style>
a { background-color: #996D17; }
a { background-color: rgb(153,109,23); }
div.DivClassName
{
background-color: #996D17;
}
.BgClassName
{
background-color: #996D17;
}
</style>
border-color css
<style>
span { border-color: #996D17; }
span { border-color: rgb(153,109,23); }
td.TdClassName
{
border-color: #996D17;
}
.TagClassName
{
border-color: #996D17;
}
</style>