Shades of Dark Tan #966A43
Tints of Dark Tan #966A43
RGB
CMYK
RGB Variations
Color information
#966A43 (or 0x966A43) is known color: Dark Tan. HEX triplet: 96, 6A and 43. RGB value is (150,106,67). Sum of RGB (Red+Green+Blue) = 150+106+67=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #966A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A43 is #6995BC. Grayscale: #727272. Windows color (decimal): -6919613 or 4418198. OLE color: 4418198.
HSL color Cylindrical-coordinate representation of color #966A43: hue angle of 28.19º 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 #966A43 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 67 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.41 |
| HSL | 28.19º | 0.38% | 0.43% | - |
| HSV(B) | 28.19º | 0.55% | 0.59% | - |
| XYZ | 18.74 | 17.2 | 7.64 | - |
| YUV | 114.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 67 | 0 | 0.29 | 0.55 | 0.41 | 28.19 | 0.38 | 0.43 |
| Hex | 96 | 6A | 43 | 0 | 1D | 37 | 29 | 1C | 26 | 2B |
| Octal | 226 | 152 | 103 | 0 | 35 | 67 | 51 | 34 | 46 | 53 |
| Binary | 10010110 | 1101010 | 1000011 | 0 | 11101 | 110111 | 101001 | 11100 | 100110 | 101011 |
Color Harmonies of #966A43
Complementary color
Monochromatic Colors of #966A43
Black with #966A43
Text Example
Text Example
White with #966A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A43; }
p { color: rgb(150,106,67); }
H1.HeaderClassName
{
color: #966A43;
}
.AnyTagClassName
{
color: #966A43;
}
</style>
background-color css
<style>
a { background-color: #966A43; }
a { background-color: rgb(150,106,67); }
div.DivClassName
{
background-color: #966A43;
}
.BgClassName
{
background-color: #966A43;
}
</style>
border-color css
<style>
span { border-color: #966A43; }
span { border-color: rgb(150,106,67); }
td.TdClassName
{
border-color: #966A43;
}
.TagClassName
{
border-color: #966A43;
}
</style>