Shades of Dark Tan #996C44
Tints of Dark Tan #996C44
RGB
CMYK
RGB Variations
Color information
#996C44 (or 0x996C44) is known color: Dark Tan. HEX triplet: 99, 6C and 44. RGB value is (153,108,68). Sum of RGB (Red+Green+Blue) = 153+108+68=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #996C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C44 is #6693BB. Grayscale: #757575. Windows color (decimal): -6722492 or 4484249. OLE color: 4484249.
HSL color Cylindrical-coordinate representation of color #996C44: hue angle of 28.24º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #996C44 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 68 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.4 |
| HSL | 28.24º | 0.38% | 0.43% | - |
| HSV(B) | 28.24º | 0.56% | 0.6% | - |
| XYZ | 19.54 | 17.91 | 7.9 | - |
| YUV | 116.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 68 | 0 | 0.29 | 0.56 | 0.4 | 28.24 | 0.38 | 0.43 |
| Hex | 99 | 6C | 44 | 0 | 1D | 38 | 28 | 1C | 26 | 2B |
| Octal | 231 | 154 | 104 | 0 | 35 | 70 | 50 | 34 | 46 | 53 |
| Binary | 10011001 | 1101100 | 1000100 | 0 | 11101 | 111000 | 101000 | 11100 | 100110 | 101011 |
Color Harmonies of #996C44
Complementary color
Monochromatic Colors of #996C44
Black with #996C44
Text Example
Text Example
White with #996C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C44; }
p { color: rgb(153,108,68); }
H1.HeaderClassName
{
color: #996C44;
}
.AnyTagClassName
{
color: #996C44;
}
</style>
background-color css
<style>
a { background-color: #996C44; }
a { background-color: rgb(153,108,68); }
div.DivClassName
{
background-color: #996C44;
}
.BgClassName
{
background-color: #996C44;
}
</style>
border-color css
<style>
span { border-color: #996C44; }
span { border-color: rgb(153,108,68); }
td.TdClassName
{
border-color: #996C44;
}
.TagClassName
{
border-color: #996C44;
}
</style>