Shades of Dark Tan #96644A
Tints of Dark Tan #96644A
RGB
CMYK
RGB Variations
Color information
#96644A (or 0x96644A) is known color: Dark Tan. HEX triplet: 96, 64 and 4A. RGB value is (150,100,74). Sum of RGB (Red+Green+Blue) = 150+100+74=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96644A is #699BB5. Grayscale: #707070. Windows color (decimal): -6921142 or 4875414. OLE color: 4875414.
HSL color Cylindrical-coordinate representation of color #96644A: hue angle of 20.53º 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 #96644A is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 74 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.41 |
| HSL | 20.53º | 0.34% | 0.44% | - |
| HSV(B) | 20.53º | 0.51% | 0.59% | - |
| XYZ | 18.37 | 16.09 | 8.62 | - |
| YUV | 111.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 74 | 0 | 0.33 | 0.51 | 0.41 | 20.53 | 0.34 | 0.44 |
| Hex | 96 | 64 | 4A | 0 | 21 | 33 | 29 | 15 | 22 | 2C |
| Octal | 226 | 144 | 112 | 0 | 41 | 63 | 51 | 25 | 42 | 54 |
| Binary | 10010110 | 1100100 | 1001010 | 0 | 100001 | 110011 | 101001 | 10101 | 100010 | 101100 |
Color Harmonies of #96644A
Complementary color
Monochromatic Colors of #96644A
Black with #96644A
Text Example
Text Example
White with #96644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96644A; }
p { color: rgb(150,100,74); }
H1.HeaderClassName
{
color: #96644A;
}
.AnyTagClassName
{
color: #96644A;
}
</style>
background-color css
<style>
a { background-color: #96644A; }
a { background-color: rgb(150,100,74); }
div.DivClassName
{
background-color: #96644A;
}
.BgClassName
{
background-color: #96644A;
}
</style>
border-color css
<style>
span { border-color: #96644A; }
span { border-color: rgb(150,100,74); }
td.TdClassName
{
border-color: #96644A;
}
.TagClassName
{
border-color: #96644A;
}
</style>