Shades of Dark Tan #966652
Tints of Dark Tan #966652
RGB
CMYK
RGB Variations
Color information
#966652 (or 0x966652) is known color: Dark Tan. HEX triplet: 96, 66 and 52. RGB value is (150,102,82). Sum of RGB (Red+Green+Blue) = 150+102+82=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #966652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966652 is #6999AD. Grayscale: #727272. Windows color (decimal): -6920622 or 5400214. OLE color: 5400214.
HSL color Cylindrical-coordinate representation of color #966652: hue angle of 17.65º 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 #966652 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 82 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.41 |
| HSL | 17.65º | 0.29% | 0.45% | - |
| HSV(B) | 17.65º | 0.45% | 0.59% | - |
| XYZ | 18.85 | 16.6 | 10.19 | - |
| YUV | 114.07 | 109.9 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 82 | 0 | 0.32 | 0.45 | 0.41 | 17.65 | 0.29 | 0.45 |
| Hex | 96 | 66 | 52 | 0 | 20 | 2D | 29 | 12 | 1D | 2D |
| Octal | 226 | 146 | 122 | 0 | 40 | 55 | 51 | 22 | 35 | 55 |
| Binary | 10010110 | 1100110 | 1010010 | 0 | 100000 | 101101 | 101001 | 10010 | 11101 | 101101 |
Color Harmonies of #966652
Complementary color
Monochromatic Colors of #966652
Black with #966652
Text Example
Text Example
White with #966652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966652; }
p { color: rgb(150,102,82); }
H1.HeaderClassName
{
color: #966652;
}
.AnyTagClassName
{
color: #966652;
}
</style>
background-color css
<style>
a { background-color: #966652; }
a { background-color: rgb(150,102,82); }
div.DivClassName
{
background-color: #966652;
}
.BgClassName
{
background-color: #966652;
}
</style>
border-color css
<style>
span { border-color: #966652; }
span { border-color: rgb(150,102,82); }
td.TdClassName
{
border-color: #966652;
}
.TagClassName
{
border-color: #966652;
}
</style>