Shades of Dark Tan #996648
Tints of Dark Tan #996648
RGB
CMYK
RGB Variations
Color information
#996648 (or 0x996648) is known color: Dark Tan. HEX triplet: 99, 66 and 48. RGB value is (153,102,72). Sum of RGB (Red+Green+Blue) = 153+102+72=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #996648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996648 is #6699B7. Grayscale: #727272. Windows color (decimal): -6724024 or 4744857. OLE color: 4744857.
HSL color Cylindrical-coordinate representation of color #996648: hue angle of 22.22º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #996648 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 72 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.4 |
| HSL | 22.22º | 0.36% | 0.44% | - |
| HSV(B) | 22.22º | 0.53% | 0.6% | - |
| XYZ | 19.06 | 16.74 | 8.36 | - |
| YUV | 113.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 72 | 0 | 0.33 | 0.53 | 0.4 | 22.22 | 0.36 | 0.44 |
| Hex | 99 | 66 | 48 | 0 | 21 | 35 | 28 | 16 | 24 | 2C |
| Octal | 231 | 146 | 110 | 0 | 41 | 65 | 50 | 26 | 44 | 54 |
| Binary | 10011001 | 1100110 | 1001000 | 0 | 100001 | 110101 | 101000 | 10110 | 100100 | 101100 |
Color Harmonies of #996648
Complementary color
Monochromatic Colors of #996648
Black with #996648
Text Example
Text Example
White with #996648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996648; }
p { color: rgb(153,102,72); }
H1.HeaderClassName
{
color: #996648;
}
.AnyTagClassName
{
color: #996648;
}
</style>
background-color css
<style>
a { background-color: #996648; }
a { background-color: rgb(153,102,72); }
div.DivClassName
{
background-color: #996648;
}
.BgClassName
{
background-color: #996648;
}
</style>
border-color css
<style>
span { border-color: #996648; }
span { border-color: rgb(153,102,72); }
td.TdClassName
{
border-color: #996648;
}
.TagClassName
{
border-color: #996648;
}
</style>