Shades of Dark Tan #966653
Tints of Dark Tan #966653
RGB
CMYK
RGB Variations
Color information
#966653 (or 0x966653) is known color: Dark Tan. HEX triplet: 96, 66 and 53. RGB value is (150,102,83). Sum of RGB (Red+Green+Blue) = 150+102+83=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #966653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966653 is #6999AC. Grayscale: #727272. Windows color (decimal): -6920621 or 5465750. OLE color: 5465750.
HSL color Cylindrical-coordinate representation of color #966653: hue angle of 17.01º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #966653 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 83 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.41 |
| HSL | 17.01º | 0.29% | 0.46% | - |
| HSV(B) | 17.01º | 0.45% | 0.59% | - |
| XYZ | 18.89 | 16.61 | 10.39 | - |
| YUV | 114.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 83 | 0 | 0.32 | 0.45 | 0.41 | 17.01 | 0.29 | 0.46 |
| Hex | 96 | 66 | 53 | 0 | 20 | 2D | 29 | 11 | 1D | 2E |
| Octal | 226 | 146 | 123 | 0 | 40 | 55 | 51 | 21 | 35 | 56 |
| Binary | 10010110 | 1100110 | 1010011 | 0 | 100000 | 101101 | 101001 | 10001 | 11101 | 101110 |
Color Harmonies of #966653
Complementary color
Monochromatic Colors of #966653
Black with #966653
Text Example
Text Example
White with #966653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966653; }
p { color: rgb(150,102,83); }
H1.HeaderClassName
{
color: #966653;
}
.AnyTagClassName
{
color: #966653;
}
</style>
background-color css
<style>
a { background-color: #966653; }
a { background-color: rgb(150,102,83); }
div.DivClassName
{
background-color: #966653;
}
.BgClassName
{
background-color: #966653;
}
</style>
border-color css
<style>
span { border-color: #966653; }
span { border-color: rgb(150,102,83); }
td.TdClassName
{
border-color: #966653;
}
.TagClassName
{
border-color: #966653;
}
</style>