Shades of Dark Tan #996C47
Tints of Dark Tan #996C47
RGB
CMYK
RGB Variations
Color information
#996C47 (or 0x996C47) is known color: Dark Tan. HEX triplet: 99, 6C and 47. RGB value is (153,108,71). Sum of RGB (Red+Green+Blue) = 153+108+71=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #996C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C47 is #6693B8. Grayscale: #757575. Windows color (decimal): -6722489 or 4680857. OLE color: 4680857.
HSL color Cylindrical-coordinate representation of color #996C47: hue angle of 27.07º 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 #996C47 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 71 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.4 |
| HSL | 27.07º | 0.37% | 0.44% | - |
| HSV(B) | 27.07º | 0.54% | 0.6% | - |
| XYZ | 19.64 | 17.95 | 8.39 | - |
| YUV | 117.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 71 | 0 | 0.29 | 0.54 | 0.4 | 27.07 | 0.37 | 0.44 |
| Hex | 99 | 6C | 47 | 0 | 1D | 36 | 28 | 1B | 25 | 2C |
| Octal | 231 | 154 | 107 | 0 | 35 | 66 | 50 | 33 | 45 | 54 |
| Binary | 10011001 | 1101100 | 1000111 | 0 | 11101 | 110110 | 101000 | 11011 | 100101 | 101100 |
Color Harmonies of #996C47
Complementary color
Monochromatic Colors of #996C47
Black with #996C47
Text Example
Text Example
White with #996C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C47; }
p { color: rgb(153,108,71); }
H1.HeaderClassName
{
color: #996C47;
}
.AnyTagClassName
{
color: #996C47;
}
</style>
background-color css
<style>
a { background-color: #996C47; }
a { background-color: rgb(153,108,71); }
div.DivClassName
{
background-color: #996C47;
}
.BgClassName
{
background-color: #996C47;
}
</style>
border-color css
<style>
span { border-color: #996C47; }
span { border-color: rgb(153,108,71); }
td.TdClassName
{
border-color: #996C47;
}
.TagClassName
{
border-color: #996C47;
}
</style>