Shades of Dark Tan #996941
Tints of Dark Tan #996941
RGB
CMYK
RGB Variations
Color information
#996941 (or 0x996941) is known color: Dark Tan. HEX triplet: 99, 69 and 41. RGB value is (153,105,65). Sum of RGB (Red+Green+Blue) = 153+105+65=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #996941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996941 is #6696BE. Grayscale: #737373. Windows color (decimal): -6723263 or 4286873. OLE color: 4286873.
HSL color Cylindrical-coordinate representation of color #996941: hue angle of 27.27º 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 #996941 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 65 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.4 |
| HSL | 27.27º | 0.4% | 0.43% | - |
| HSV(B) | 27.27º | 0.58% | 0.6% | - |
| XYZ | 19.14 | 17.26 | 7.32 | - |
| YUV | 114.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 65 | 0 | 0.31 | 0.58 | 0.4 | 27.27 | 0.4 | 0.43 |
| Hex | 99 | 69 | 41 | 0 | 1F | 3A | 28 | 1B | 28 | 2B |
| Octal | 231 | 151 | 101 | 0 | 37 | 72 | 50 | 33 | 50 | 53 |
| Binary | 10011001 | 1101001 | 1000001 | 0 | 11111 | 111010 | 101000 | 11011 | 101000 | 101011 |
Color Harmonies of #996941
Complementary color
Monochromatic Colors of #996941
Black with #996941
Text Example
Text Example
White with #996941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996941; }
p { color: rgb(153,105,65); }
H1.HeaderClassName
{
color: #996941;
}
.AnyTagClassName
{
color: #996941;
}
</style>
background-color css
<style>
a { background-color: #996941; }
a { background-color: rgb(153,105,65); }
div.DivClassName
{
background-color: #996941;
}
.BgClassName
{
background-color: #996941;
}
</style>
border-color css
<style>
span { border-color: #996941; }
span { border-color: rgb(153,105,65); }
td.TdClassName
{
border-color: #996941;
}
.TagClassName
{
border-color: #996941;
}
</style>