Shades of Dark Tan #96664A
Tints of Dark Tan #96664A
RGB
CMYK
RGB Variations
Color information
#96664A (or 0x96664A) is known color: Dark Tan. HEX triplet: 96, 66 and 4A. RGB value is (150,102,74). Sum of RGB (Red+Green+Blue) = 150+102+74=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96664A is #6999B5. Grayscale: #717171. Windows color (decimal): -6920630 or 4875926. OLE color: 4875926.
HSL color Cylindrical-coordinate representation of color #96664A: hue angle of 22.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96664A is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 74 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.41 |
| HSL | 22.11º | 0.34% | 0.44% | - |
| HSV(B) | 22.11º | 0.51% | 0.59% | - |
| XYZ | 18.57 | 16.48 | 8.68 | - |
| YUV | 113.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 74 | 0 | 0.32 | 0.51 | 0.41 | 22.11 | 0.34 | 0.44 |
| Hex | 96 | 66 | 4A | 0 | 20 | 33 | 29 | 16 | 22 | 2C |
| Octal | 226 | 146 | 112 | 0 | 40 | 63 | 51 | 26 | 42 | 54 |
| Binary | 10010110 | 1100110 | 1001010 | 0 | 100000 | 110011 | 101001 | 10110 | 100010 | 101100 |
Color Harmonies of #96664A
Complementary color
Monochromatic Colors of #96664A
Black with #96664A
Text Example
Text Example
White with #96664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96664A; }
p { color: rgb(150,102,74); }
H1.HeaderClassName
{
color: #96664A;
}
.AnyTagClassName
{
color: #96664A;
}
</style>
background-color css
<style>
a { background-color: #96664A; }
a { background-color: rgb(150,102,74); }
div.DivClassName
{
background-color: #96664A;
}
.BgClassName
{
background-color: #96664A;
}
</style>
border-color css
<style>
span { border-color: #96664A; }
span { border-color: rgb(150,102,74); }
td.TdClassName
{
border-color: #96664A;
}
.TagClassName
{
border-color: #96664A;
}
</style>