Shades of Dark Tan #966446
Tints of Dark Tan #966446
RGB
CMYK
RGB Variations
Color information
#966446 (or 0x966446) is known color: Dark Tan. HEX triplet: 96, 64 and 46. RGB value is (150,100,70). Sum of RGB (Red+Green+Blue) = 150+100+70=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #966446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966446 is #699BB9. Grayscale: #6F6F6F. Windows color (decimal): -6921146 or 4613270. OLE color: 4613270.
HSL color Cylindrical-coordinate representation of color #966446: hue angle of 22.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966446 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 70 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.41 |
| HSL | 22.5º | 0.36% | 0.43% | - |
| HSV(B) | 22.5º | 0.53% | 0.59% | - |
| XYZ | 18.24 | 16.04 | 7.93 | - |
| YUV | 111.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 70 | 0 | 0.33 | 0.53 | 0.41 | 22.5 | 0.36 | 0.43 |
| Hex | 96 | 64 | 46 | 0 | 21 | 35 | 29 | 16 | 24 | 2B |
| Octal | 226 | 144 | 106 | 0 | 41 | 65 | 51 | 26 | 44 | 53 |
| Binary | 10010110 | 1100100 | 1000110 | 0 | 100001 | 110101 | 101001 | 10110 | 100100 | 101011 |
Color Harmonies of #966446
Complementary color
Monochromatic Colors of #966446
Black with #966446
Text Example
Text Example
White with #966446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966446; }
p { color: rgb(150,100,70); }
H1.HeaderClassName
{
color: #966446;
}
.AnyTagClassName
{
color: #966446;
}
</style>
background-color css
<style>
a { background-color: #966446; }
a { background-color: rgb(150,100,70); }
div.DivClassName
{
background-color: #966446;
}
.BgClassName
{
background-color: #966446;
}
</style>
border-color css
<style>
span { border-color: #966446; }
span { border-color: rgb(150,100,70); }
td.TdClassName
{
border-color: #966446;
}
.TagClassName
{
border-color: #966446;
}
</style>