Shades of Dark Tan #996C41
Tints of Dark Tan #996C41
RGB
CMYK
RGB Variations
Color information
#996C41 (or 0x996C41) is known color: Dark Tan. HEX triplet: 99, 6C and 41. RGB value is (153,108,65). Sum of RGB (Red+Green+Blue) = 153+108+65=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #996C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C41 is #6693BE. Grayscale: #747474. Windows color (decimal): -6722495 or 4287641. OLE color: 4287641.
HSL color Cylindrical-coordinate representation of color #996C41: hue angle of 29.32º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #996C41 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 65 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.4 |
| HSL | 29.32º | 0.4% | 0.43% | - |
| HSV(B) | 29.32º | 0.58% | 0.6% | - |
| XYZ | 19.45 | 17.88 | 7.43 | - |
| YUV | 116.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 65 | 0 | 0.29 | 0.58 | 0.4 | 29.32 | 0.4 | 0.43 |
| Hex | 99 | 6C | 41 | 0 | 1D | 3A | 28 | 1D | 28 | 2B |
| Octal | 231 | 154 | 101 | 0 | 35 | 72 | 50 | 35 | 50 | 53 |
| Binary | 10011001 | 1101100 | 1000001 | 0 | 11101 | 111010 | 101000 | 11101 | 101000 | 101011 |
Color Harmonies of #996C41
Complementary color
Monochromatic Colors of #996C41
Black with #996C41
Text Example
Text Example
White with #996C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C41; }
p { color: rgb(153,108,65); }
H1.HeaderClassName
{
color: #996C41;
}
.AnyTagClassName
{
color: #996C41;
}
</style>
background-color css
<style>
a { background-color: #996C41; }
a { background-color: rgb(153,108,65); }
div.DivClassName
{
background-color: #996C41;
}
.BgClassName
{
background-color: #996C41;
}
</style>
border-color css
<style>
span { border-color: #996C41; }
span { border-color: rgb(153,108,65); }
td.TdClassName
{
border-color: #996C41;
}
.TagClassName
{
border-color: #996C41;
}
</style>