Shades of Dark Tan #996C4E
Tints of Dark Tan #996C4E
RGB
CMYK
RGB Variations
Color information
#996C4E (or 0x996C4E) is known color: Dark Tan. HEX triplet: 99, 6C and 4E. RGB value is (153,108,78). Sum of RGB (Red+Green+Blue) = 153+108+78=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C4E is #6693B1. Grayscale: #767676. Windows color (decimal): -6722482 or 5139609. OLE color: 5139609.
HSL color Cylindrical-coordinate representation of color #996C4E: hue angle of 24º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #996C4E is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 78 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.4 |
| HSL | 24º | 0.32% | 0.45% | - |
| HSV(B) | 24º | 0.49% | 0.6% | - |
| XYZ | 19.87 | 18.05 | 9.64 | - |
| YUV | 118.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 78 | 0 | 0.29 | 0.49 | 0.4 | 24 | 0.32 | 0.45 |
| Hex | 99 | 6C | 4E | 0 | 1D | 31 | 28 | 18 | 20 | 2D |
| Octal | 231 | 154 | 116 | 0 | 35 | 61 | 50 | 30 | 40 | 55 |
| Binary | 10011001 | 1101100 | 1001110 | 0 | 11101 | 110001 | 101000 | 11000 | 100000 | 101101 |
Color Harmonies of #996C4E
Complementary color
Monochromatic Colors of #996C4E
Black with #996C4E
Text Example
Text Example
White with #996C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C4E; }
p { color: rgb(153,108,78); }
H1.HeaderClassName
{
color: #996C4E;
}
.AnyTagClassName
{
color: #996C4E;
}
</style>
background-color css
<style>
a { background-color: #996C4E; }
a { background-color: rgb(153,108,78); }
div.DivClassName
{
background-color: #996C4E;
}
.BgClassName
{
background-color: #996C4E;
}
</style>
border-color css
<style>
span { border-color: #996C4E; }
span { border-color: rgb(153,108,78); }
td.TdClassName
{
border-color: #996C4E;
}
.TagClassName
{
border-color: #996C4E;
}
</style>