Shades of Dark Tan #996543
Tints of Dark Tan #996543
RGB
CMYK
RGB Variations
Color information
#996543 (or 0x996543) is known color: Dark Tan. HEX triplet: 99, 65 and 43. RGB value is (153,101,67). Sum of RGB (Red+Green+Blue) = 153+101+67=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #996543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996543 is #669ABC. Grayscale: #707070. Windows color (decimal): -6724285 or 4416921. OLE color: 4416921.
HSL color Cylindrical-coordinate representation of color #996543: hue angle of 23.72º 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 #996543 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 67 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.4 |
| HSL | 23.72º | 0.39% | 0.43% | - |
| HSV(B) | 23.72º | 0.56% | 0.6% | - |
| XYZ | 18.8 | 16.48 | 7.5 | - |
| YUV | 112.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 67 | 0 | 0.34 | 0.56 | 0.4 | 23.72 | 0.39 | 0.43 |
| Hex | 99 | 65 | 43 | 0 | 22 | 38 | 28 | 18 | 27 | 2B |
| Octal | 231 | 145 | 103 | 0 | 42 | 70 | 50 | 30 | 47 | 53 |
| Binary | 10011001 | 1100101 | 1000011 | 0 | 100010 | 111000 | 101000 | 11000 | 100111 | 101011 |
Color Harmonies of #996543
Complementary color
Monochromatic Colors of #996543
Black with #996543
Text Example
Text Example
White with #996543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996543; }
p { color: rgb(153,101,67); }
H1.HeaderClassName
{
color: #996543;
}
.AnyTagClassName
{
color: #996543;
}
</style>
background-color css
<style>
a { background-color: #996543; }
a { background-color: rgb(153,101,67); }
div.DivClassName
{
background-color: #996543;
}
.BgClassName
{
background-color: #996543;
}
</style>
border-color css
<style>
span { border-color: #996543; }
span { border-color: rgb(153,101,67); }
td.TdClassName
{
border-color: #996543;
}
.TagClassName
{
border-color: #996543;
}
</style>