Shades of Dark Tan #966643
Tints of Dark Tan #966643
RGB
CMYK
RGB Variations
Color information
#966643 (or 0x966643) is known color: Dark Tan. HEX triplet: 96, 66 and 43. RGB value is (150,102,67). Sum of RGB (Red+Green+Blue) = 150+102+67=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #966643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966643 is #6999BC. Grayscale: #707070. Windows color (decimal): -6920637 or 4417174. OLE color: 4417174.
HSL color Cylindrical-coordinate representation of color #966643: hue angle of 25.3º 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 #966643 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 67 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.41 |
| HSL | 25.3º | 0.38% | 0.43% | - |
| HSV(B) | 25.3º | 0.55% | 0.59% | - |
| XYZ | 18.34 | 16.39 | 7.51 | - |
| YUV | 112.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 67 | 0 | 0.32 | 0.55 | 0.41 | 25.3 | 0.38 | 0.43 |
| Hex | 96 | 66 | 43 | 0 | 20 | 37 | 29 | 19 | 26 | 2B |
| Octal | 226 | 146 | 103 | 0 | 40 | 67 | 51 | 31 | 46 | 53 |
| Binary | 10010110 | 1100110 | 1000011 | 0 | 100000 | 110111 | 101001 | 11001 | 100110 | 101011 |
Color Harmonies of #966643
Complementary color
Monochromatic Colors of #966643
Black with #966643
Text Example
Text Example
White with #966643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966643; }
p { color: rgb(150,102,67); }
H1.HeaderClassName
{
color: #966643;
}
.AnyTagClassName
{
color: #966643;
}
</style>
background-color css
<style>
a { background-color: #966643; }
a { background-color: rgb(150,102,67); }
div.DivClassName
{
background-color: #966643;
}
.BgClassName
{
background-color: #966643;
}
</style>
border-color css
<style>
span { border-color: #966643; }
span { border-color: rgb(150,102,67); }
td.TdClassName
{
border-color: #966643;
}
.TagClassName
{
border-color: #966643;
}
</style>