Shades of Dark Tan #996A46
Tints of Dark Tan #996A46
RGB
CMYK
RGB Variations
Color information
#996A46 (or 0x996A46) is known color: Dark Tan. HEX triplet: 99, 6A and 46. RGB value is (153,106,70). Sum of RGB (Red+Green+Blue) = 153+106+70=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #996A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A46 is #6695B9. Grayscale: #747474. Windows color (decimal): -6723002 or 4614809. OLE color: 4614809.
HSL color Cylindrical-coordinate representation of color #996A46: hue angle of 26.02º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996A46 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 70 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.4 |
| HSL | 26.02º | 0.37% | 0.44% | - |
| HSV(B) | 26.02º | 0.54% | 0.6% | - |
| XYZ | 19.4 | 17.52 | 8.15 | - |
| YUV | 115.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 70 | 0 | 0.31 | 0.54 | 0.4 | 26.02 | 0.37 | 0.44 |
| Hex | 99 | 6A | 46 | 0 | 1F | 36 | 28 | 1A | 25 | 2C |
| Octal | 231 | 152 | 106 | 0 | 37 | 66 | 50 | 32 | 45 | 54 |
| Binary | 10011001 | 1101010 | 1000110 | 0 | 11111 | 110110 | 101000 | 11010 | 100101 | 101100 |
Color Harmonies of #996A46
Complementary color
Monochromatic Colors of #996A46
Black with #996A46
Text Example
Text Example
White with #996A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A46; }
p { color: rgb(153,106,70); }
H1.HeaderClassName
{
color: #996A46;
}
.AnyTagClassName
{
color: #996A46;
}
</style>
background-color css
<style>
a { background-color: #996A46; }
a { background-color: rgb(153,106,70); }
div.DivClassName
{
background-color: #996A46;
}
.BgClassName
{
background-color: #996A46;
}
</style>
border-color css
<style>
span { border-color: #996A46; }
span { border-color: rgb(153,106,70); }
td.TdClassName
{
border-color: #996A46;
}
.TagClassName
{
border-color: #996A46;
}
</style>