Shades of Dark Tan #996F54
Tints of Dark Tan #996F54
RGB
CMYK
RGB Variations
Color information
#996F54 (or 0x996F54) is known color: Dark Tan. HEX triplet: 99, 6F and 54. RGB value is (153,111,84). Sum of RGB (Red+Green+Blue) = 153+111+84=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #996F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F54 is #6690AB. Grayscale: #787878. Windows color (decimal): -6721708 or 5533593. OLE color: 5533593.
HSL color Cylindrical-coordinate representation of color #996F54: hue angle of 23.48º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #996F54 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 84 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.4 |
| HSL | 23.48º | 0.29% | 0.46% | - |
| HSV(B) | 23.48º | 0.45% | 0.6% | - |
| XYZ | 20.42 | 18.78 | 10.94 | - |
| YUV | 120.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 84 | 0 | 0.27 | 0.45 | 0.4 | 23.48 | 0.29 | 0.46 |
| Hex | 99 | 6F | 54 | 0 | 1B | 2D | 28 | 17 | 1D | 2E |
| Octal | 231 | 157 | 124 | 0 | 33 | 55 | 50 | 27 | 35 | 56 |
| Binary | 10011001 | 1101111 | 1010100 | 0 | 11011 | 101101 | 101000 | 10111 | 11101 | 101110 |
Color Harmonies of #996F54
Complementary color
Monochromatic Colors of #996F54
Black with #996F54
Text Example
Text Example
White with #996F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F54; }
p { color: rgb(153,111,84); }
H1.HeaderClassName
{
color: #996F54;
}
.AnyTagClassName
{
color: #996F54;
}
</style>
background-color css
<style>
a { background-color: #996F54; }
a { background-color: rgb(153,111,84); }
div.DivClassName
{
background-color: #996F54;
}
.BgClassName
{
background-color: #996F54;
}
</style>
border-color css
<style>
span { border-color: #996F54; }
span { border-color: rgb(153,111,84); }
td.TdClassName
{
border-color: #996F54;
}
.TagClassName
{
border-color: #996F54;
}
</style>