Shades of Dark Tan #966A54
Tints of Dark Tan #966A54
RGB
CMYK
RGB Variations
Color information
#966A54 (or 0x966A54) is known color: Dark Tan. HEX triplet: 96, 6A and 54. RGB value is (150,106,84). Sum of RGB (Red+Green+Blue) = 150+106+84=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #966A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A54 is #6995AB. Grayscale: #747474. Windows color (decimal): -6919596 or 5532310. OLE color: 5532310.
HSL color Cylindrical-coordinate representation of color #966A54: hue angle of 20º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #966A54 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 84 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.41 |
| HSL | 20º | 0.28% | 0.46% | - |
| HSV(B) | 20º | 0.44% | 0.59% | - |
| XYZ | 19.33 | 17.43 | 10.73 | - |
| YUV | 116.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 84 | 0 | 0.29 | 0.44 | 0.41 | 20 | 0.28 | 0.46 |
| Hex | 96 | 6A | 54 | 0 | 1D | 2C | 29 | 14 | 1C | 2E |
| Octal | 226 | 152 | 124 | 0 | 35 | 54 | 51 | 24 | 34 | 56 |
| Binary | 10010110 | 1101010 | 1010100 | 0 | 11101 | 101100 | 101001 | 10100 | 11100 | 101110 |
Color Harmonies of #966A54
Complementary color
Monochromatic Colors of #966A54
Black with #966A54
Text Example
Text Example
White with #966A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A54; }
p { color: rgb(150,106,84); }
H1.HeaderClassName
{
color: #966A54;
}
.AnyTagClassName
{
color: #966A54;
}
</style>
background-color css
<style>
a { background-color: #966A54; }
a { background-color: rgb(150,106,84); }
div.DivClassName
{
background-color: #966A54;
}
.BgClassName
{
background-color: #966A54;
}
</style>
border-color css
<style>
span { border-color: #966A54; }
span { border-color: rgb(150,106,84); }
td.TdClassName
{
border-color: #966A54;
}
.TagClassName
{
border-color: #966A54;
}
</style>