Shades of Dark Tan #996D45
Tints of Dark Tan #996D45
RGB
CMYK
RGB Variations
Color information
#996D45 (or 0x996D45) is known color: Dark Tan. HEX triplet: 99, 6D and 45. RGB value is (153,109,69). Sum of RGB (Red+Green+Blue) = 153+109+69=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #996D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D45 is #6692BA. Grayscale: #757575. Windows color (decimal): -6722235 or 4550041. OLE color: 4550041.
HSL color Cylindrical-coordinate representation of color #996D45: hue angle of 28.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #996D45 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 69 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.4 |
| HSL | 28.57º | 0.38% | 0.44% | - |
| HSV(B) | 28.57º | 0.55% | 0.6% | - |
| XYZ | 19.68 | 18.14 | 8.09 | - |
| YUV | 117.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 69 | 0 | 0.29 | 0.55 | 0.4 | 28.57 | 0.38 | 0.44 |
| Hex | 99 | 6D | 45 | 0 | 1D | 37 | 28 | 1D | 26 | 2C |
| Octal | 231 | 155 | 105 | 0 | 35 | 67 | 50 | 35 | 46 | 54 |
| Binary | 10011001 | 1101101 | 1000101 | 0 | 11101 | 110111 | 101000 | 11101 | 100110 | 101100 |
Color Harmonies of #996D45
Complementary color
Monochromatic Colors of #996D45
Black with #996D45
Text Example
Text Example
White with #996D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D45; }
p { color: rgb(153,109,69); }
H1.HeaderClassName
{
color: #996D45;
}
.AnyTagClassName
{
color: #996D45;
}
</style>
background-color css
<style>
a { background-color: #996D45; }
a { background-color: rgb(153,109,69); }
div.DivClassName
{
background-color: #996D45;
}
.BgClassName
{
background-color: #996D45;
}
</style>
border-color css
<style>
span { border-color: #996D45; }
span { border-color: rgb(153,109,69); }
td.TdClassName
{
border-color: #996D45;
}
.TagClassName
{
border-color: #996D45;
}
</style>