Shades of Dark Tan #966A52
Tints of Dark Tan #966A52
RGB
CMYK
RGB Variations
Color information
#966A52 (or 0x966A52) is known color: Dark Tan. HEX triplet: 96, 6A and 52. RGB value is (150,106,82). Sum of RGB (Red+Green+Blue) = 150+106+82=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #966A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A52 is #6995AD. Grayscale: #747474. Windows color (decimal): -6919598 or 5401238. OLE color: 5401238.
HSL color Cylindrical-coordinate representation of color #966A52: hue angle of 21.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #966A52 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 82 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.41 |
| HSL | 21.18º | 0.29% | 0.45% | - |
| HSV(B) | 21.18º | 0.45% | 0.59% | - |
| XYZ | 19.25 | 17.4 | 10.33 | - |
| YUV | 116.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 82 | 0 | 0.29 | 0.45 | 0.41 | 21.18 | 0.29 | 0.45 |
| Hex | 96 | 6A | 52 | 0 | 1D | 2D | 29 | 15 | 1D | 2D |
| Octal | 226 | 152 | 122 | 0 | 35 | 55 | 51 | 25 | 35 | 55 |
| Binary | 10010110 | 1101010 | 1010010 | 0 | 11101 | 101101 | 101001 | 10101 | 11101 | 101101 |
Color Harmonies of #966A52
Complementary color
Monochromatic Colors of #966A52
Black with #966A52
Text Example
Text Example
White with #966A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A52; }
p { color: rgb(150,106,82); }
H1.HeaderClassName
{
color: #966A52;
}
.AnyTagClassName
{
color: #966A52;
}
</style>
background-color css
<style>
a { background-color: #966A52; }
a { background-color: rgb(150,106,82); }
div.DivClassName
{
background-color: #966A52;
}
.BgClassName
{
background-color: #966A52;
}
</style>
border-color css
<style>
span { border-color: #966A52; }
span { border-color: rgb(150,106,82); }
td.TdClassName
{
border-color: #966A52;
}
.TagClassName
{
border-color: #966A52;
}
</style>