Shades of Dark Tan #966C44
Tints of Dark Tan #966C44
RGB
CMYK
RGB Variations
Color information
#966C44 (or 0x966C44) is known color: Dark Tan. HEX triplet: 96, 6C and 44. RGB value is (150,108,68). Sum of RGB (Red+Green+Blue) = 150+108+68=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #966C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C44 is #6993BB. Grayscale: #747474. Windows color (decimal): -6919100 or 4484246. OLE color: 4484246.
HSL color Cylindrical-coordinate representation of color #966C44: hue angle of 29.27º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #966C44 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 108 | 68 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.41 |
| HSL | 29.27º | 0.38% | 0.43% | - |
| HSV(B) | 29.27º | 0.55% | 0.59% | - |
| XYZ | 18.98 | 17.63 | 7.87 | - |
| YUV | 116 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 68 | 0 | 0.28 | 0.55 | 0.41 | 29.27 | 0.38 | 0.43 |
| Hex | 96 | 6C | 44 | 0 | 1C | 37 | 29 | 1D | 26 | 2B |
| Octal | 226 | 154 | 104 | 0 | 34 | 67 | 51 | 35 | 46 | 53 |
| Binary | 10010110 | 1101100 | 1000100 | 0 | 11100 | 110111 | 101001 | 11101 | 100110 | 101011 |
Color Harmonies of #966C44
Complementary color
Monochromatic Colors of #966C44
Black with #966C44
Text Example
Text Example
White with #966C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966C44; }
p { color: rgb(150,108,68); }
H1.HeaderClassName
{
color: #966C44;
}
.AnyTagClassName
{
color: #966C44;
}
</style>
background-color css
<style>
a { background-color: #966C44; }
a { background-color: rgb(150,108,68); }
div.DivClassName
{
background-color: #966C44;
}
.BgClassName
{
background-color: #966C44;
}
</style>
border-color css
<style>
span { border-color: #966C44; }
span { border-color: rgb(150,108,68); }
td.TdClassName
{
border-color: #966C44;
}
.TagClassName
{
border-color: #966C44;
}
</style>