Shades of Dark Tan #96644E
Tints of Dark Tan #96644E
RGB
CMYK
RGB Variations
Color information
#96644E (or 0x96644E) is known color: Dark Tan. HEX triplet: 96, 64 and 4E. RGB value is (150,100,78). Sum of RGB (Red+Green+Blue) = 150+100+78=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96644E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96644E is #699BB1. Grayscale: #707070. Windows color (decimal): -6921138 or 5137558. OLE color: 5137558.
HSL color Cylindrical-coordinate representation of color #96644E: hue angle of 18.33º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96644E is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 78 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.41 |
| HSL | 18.33º | 0.32% | 0.45% | - |
| HSV(B) | 18.33º | 0.48% | 0.59% | - |
| XYZ | 18.51 | 16.15 | 9.35 | - |
| YUV | 112.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 78 | 0 | 0.33 | 0.48 | 0.41 | 18.33 | 0.32 | 0.45 |
| Hex | 96 | 64 | 4E | 0 | 21 | 30 | 29 | 12 | 20 | 2D |
| Octal | 226 | 144 | 116 | 0 | 41 | 60 | 51 | 22 | 40 | 55 |
| Binary | 10010110 | 1100100 | 1001110 | 0 | 100001 | 110000 | 101001 | 10010 | 100000 | 101101 |
Color Harmonies of #96644E
Complementary color
Monochromatic Colors of #96644E
Black with #96644E
Text Example
Text Example
White with #96644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96644E; }
p { color: rgb(150,100,78); }
H1.HeaderClassName
{
color: #96644E;
}
.AnyTagClassName
{
color: #96644E;
}
</style>
background-color css
<style>
a { background-color: #96644E; }
a { background-color: rgb(150,100,78); }
div.DivClassName
{
background-color: #96644E;
}
.BgClassName
{
background-color: #96644E;
}
</style>
border-color css
<style>
span { border-color: #96644E; }
span { border-color: rgb(150,100,78); }
td.TdClassName
{
border-color: #96644E;
}
.TagClassName
{
border-color: #96644E;
}
</style>