Shades of Dark Tan #966642
Tints of Dark Tan #966642
RGB
CMYK
RGB Variations
Color information
#966642 (or 0x966642) is known color: Dark Tan. HEX triplet: 96, 66 and 42. RGB value is (150,102,66). Sum of RGB (Red+Green+Blue) = 150+102+66=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #966642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966642 is #6999BD. Grayscale: #707070. Windows color (decimal): -6920638 or 4351638. OLE color: 4351638.
HSL color Cylindrical-coordinate representation of color #966642: hue angle of 25.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #966642 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 66 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.41 |
| HSL | 25.71º | 0.39% | 0.42% | - |
| HSV(B) | 25.71º | 0.56% | 0.59% | - |
| XYZ | 18.31 | 16.38 | 7.35 | - |
| YUV | 112.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 66 | 0 | 0.32 | 0.56 | 0.41 | 25.71 | 0.39 | 0.42 |
| Hex | 96 | 66 | 42 | 0 | 20 | 38 | 29 | 1A | 27 | 2A |
| Octal | 226 | 146 | 102 | 0 | 40 | 70 | 51 | 32 | 47 | 52 |
| Binary | 10010110 | 1100110 | 1000010 | 0 | 100000 | 111000 | 101001 | 11010 | 100111 | 101010 |
Color Harmonies of #966642
Complementary color
Monochromatic Colors of #966642
Black with #966642
Text Example
Text Example
White with #966642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966642; }
p { color: rgb(150,102,66); }
H1.HeaderClassName
{
color: #966642;
}
.AnyTagClassName
{
color: #966642;
}
</style>
background-color css
<style>
a { background-color: #966642; }
a { background-color: rgb(150,102,66); }
div.DivClassName
{
background-color: #966642;
}
.BgClassName
{
background-color: #966642;
}
</style>
border-color css
<style>
span { border-color: #966642; }
span { border-color: rgb(150,102,66); }
td.TdClassName
{
border-color: #966642;
}
.TagClassName
{
border-color: #966642;
}
</style>