Shades of Dark Tan #996C4D
Tints of Dark Tan #996C4D
RGB
CMYK
RGB Variations
Color information
#996C4D (or 0x996C4D) is known color: Dark Tan. HEX triplet: 99, 6C and 4D. RGB value is (153,108,77). Sum of RGB (Red+Green+Blue) = 153+108+77=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #996C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C4D is #6693B2. Grayscale: #767676. Windows color (decimal): -6722483 or 5074073. OLE color: 5074073.
HSL color Cylindrical-coordinate representation of color #996C4D: hue angle of 24.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #996C4D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 77 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.4 |
| HSL | 24.47º | 0.33% | 0.45% | - |
| HSV(B) | 24.47º | 0.5% | 0.6% | - |
| XYZ | 19.84 | 18.03 | 9.46 | - |
| YUV | 117.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 77 | 0 | 0.29 | 0.50 | 0.4 | 24.47 | 0.33 | 0.45 |
| Hex | 99 | 6C | 4D | 0 | 1D | 32 | 28 | 18 | 21 | 2D |
| Octal | 231 | 154 | 115 | 0 | 35 | 62 | 50 | 30 | 41 | 55 |
| Binary | 10011001 | 1101100 | 1001101 | 0 | 11101 | 110010 | 101000 | 11000 | 100001 | 101101 |
Color Harmonies of #996C4D
Complementary color
Monochromatic Colors of #996C4D
Black with #996C4D
Text Example
Text Example
White with #996C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C4D; }
p { color: rgb(153,108,77); }
H1.HeaderClassName
{
color: #996C4D;
}
.AnyTagClassName
{
color: #996C4D;
}
</style>
background-color css
<style>
a { background-color: #996C4D; }
a { background-color: rgb(153,108,77); }
div.DivClassName
{
background-color: #996C4D;
}
.BgClassName
{
background-color: #996C4D;
}
</style>
border-color css
<style>
span { border-color: #996C4D; }
span { border-color: rgb(153,108,77); }
td.TdClassName
{
border-color: #996C4D;
}
.TagClassName
{
border-color: #996C4D;
}
</style>