Shades of Dark Tan #996643
Tints of Dark Tan #996643
RGB
CMYK
RGB Variations
Color information
#996643 (or 0x996643) is known color: Dark Tan. HEX triplet: 99, 66 and 43. RGB value is (153,102,67). Sum of RGB (Red+Green+Blue) = 153+102+67=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #996643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996643 is #6699BC. Grayscale: #717171. Windows color (decimal): -6724029 or 4417177. OLE color: 4417177.
HSL color Cylindrical-coordinate representation of color #996643: hue angle of 24.42º degrees, saturation: 0.39, 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 #996643 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 67 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.4 |
| HSL | 24.42º | 0.39% | 0.43% | - |
| HSV(B) | 24.42º | 0.56% | 0.6% | - |
| XYZ | 18.9 | 16.68 | 7.53 | - |
| YUV | 113.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 67 | 0 | 0.33 | 0.56 | 0.4 | 24.42 | 0.39 | 0.43 |
| Hex | 99 | 66 | 43 | 0 | 21 | 38 | 28 | 18 | 27 | 2B |
| Octal | 231 | 146 | 103 | 0 | 41 | 70 | 50 | 30 | 47 | 53 |
| Binary | 10011001 | 1100110 | 1000011 | 0 | 100001 | 111000 | 101000 | 11000 | 100111 | 101011 |
Color Harmonies of #996643
Complementary color
Monochromatic Colors of #996643
Black with #996643
Text Example
Text Example
White with #996643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996643; }
p { color: rgb(153,102,67); }
H1.HeaderClassName
{
color: #996643;
}
.AnyTagClassName
{
color: #996643;
}
</style>
background-color css
<style>
a { background-color: #996643; }
a { background-color: rgb(153,102,67); }
div.DivClassName
{
background-color: #996643;
}
.BgClassName
{
background-color: #996643;
}
</style>
border-color css
<style>
span { border-color: #996643; }
span { border-color: rgb(153,102,67); }
td.TdClassName
{
border-color: #996643;
}
.TagClassName
{
border-color: #996643;
}
</style>