Shades of Dark Tan #996A45
Tints of Dark Tan #996A45
RGB
CMYK
RGB Variations
Color information
#996A45 (or 0x996A45) is known color: Dark Tan. HEX triplet: 99, 6A and 45. RGB value is (153,106,69). Sum of RGB (Red+Green+Blue) = 153+106+69=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #996A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A45 is #6695BA. Grayscale: #747474. Windows color (decimal): -6723003 or 4549273. OLE color: 4549273.
HSL color Cylindrical-coordinate representation of color #996A45: hue angle of 26.43º 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 #996A45 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 69 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.4 |
| HSL | 26.43º | 0.38% | 0.44% | - |
| HSV(B) | 26.43º | 0.55% | 0.6% | - |
| XYZ | 19.37 | 17.51 | 7.99 | - |
| YUV | 115.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 69 | 0 | 0.31 | 0.55 | 0.4 | 26.43 | 0.38 | 0.44 |
| Hex | 99 | 6A | 45 | 0 | 1F | 37 | 28 | 1A | 26 | 2C |
| Octal | 231 | 152 | 105 | 0 | 37 | 67 | 50 | 32 | 46 | 54 |
| Binary | 10011001 | 1101010 | 1000101 | 0 | 11111 | 110111 | 101000 | 11010 | 100110 | 101100 |
Color Harmonies of #996A45
Complementary color
Monochromatic Colors of #996A45
Black with #996A45
Text Example
Text Example
White with #996A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A45; }
p { color: rgb(153,106,69); }
H1.HeaderClassName
{
color: #996A45;
}
.AnyTagClassName
{
color: #996A45;
}
</style>
background-color css
<style>
a { background-color: #996A45; }
a { background-color: rgb(153,106,69); }
div.DivClassName
{
background-color: #996A45;
}
.BgClassName
{
background-color: #996A45;
}
</style>
border-color css
<style>
span { border-color: #996A45; }
span { border-color: rgb(153,106,69); }
td.TdClassName
{
border-color: #996A45;
}
.TagClassName
{
border-color: #996A45;
}
</style>