Shades of Dark Tan #966A45
Tints of Dark Tan #966A45
RGB
CMYK
RGB Variations
Color information
#966A45 (or 0x966A45) is known color: Dark Tan. HEX triplet: 96, 6A and 45. RGB value is (150,106,69). Sum of RGB (Red+Green+Blue) = 150+106+69=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #966A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A45 is #6995BA. Grayscale: #737373. Windows color (decimal): -6919611 or 4549270. OLE color: 4549270.
HSL color Cylindrical-coordinate representation of color #966A45: hue angle of 27.41º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966A45 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 69 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.41 |
| HSL | 27.41º | 0.37% | 0.43% | - |
| HSV(B) | 27.41º | 0.54% | 0.59% | - |
| XYZ | 18.81 | 17.22 | 7.96 | - |
| YUV | 114.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 69 | 0 | 0.29 | 0.54 | 0.41 | 27.41 | 0.37 | 0.43 |
| Hex | 96 | 6A | 45 | 0 | 1D | 36 | 29 | 1B | 25 | 2B |
| Octal | 226 | 152 | 105 | 0 | 35 | 66 | 51 | 33 | 45 | 53 |
| Binary | 10010110 | 1101010 | 1000101 | 0 | 11101 | 110110 | 101001 | 11011 | 100101 | 101011 |
Color Harmonies of #966A45
Complementary color
Monochromatic Colors of #966A45
Black with #966A45
Text Example
Text Example
White with #966A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A45; }
p { color: rgb(150,106,69); }
H1.HeaderClassName
{
color: #966A45;
}
.AnyTagClassName
{
color: #966A45;
}
</style>
background-color css
<style>
a { background-color: #966A45; }
a { background-color: rgb(150,106,69); }
div.DivClassName
{
background-color: #966A45;
}
.BgClassName
{
background-color: #966A45;
}
</style>
border-color css
<style>
span { border-color: #966A45; }
span { border-color: rgb(150,106,69); }
td.TdClassName
{
border-color: #966A45;
}
.TagClassName
{
border-color: #966A45;
}
</style>