Shades of Dark Tan #966552
Tints of Dark Tan #966552
RGB
CMYK
RGB Variations
Color information
#966552 (or 0x966552) is known color: Dark Tan. HEX triplet: 96, 65 and 52. RGB value is (150,101,82). Sum of RGB (Red+Green+Blue) = 150+101+82=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #966552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966552 is #699AAD. Grayscale: #717171. Windows color (decimal): -6920878 or 5399958. OLE color: 5399958.
HSL color Cylindrical-coordinate representation of color #966552: hue angle of 16.76º 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 #966552 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 101 | 82 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.41 |
| HSL | 16.76º | 0.29% | 0.45% | - |
| HSV(B) | 16.76º | 0.45% | 0.59% | - |
| XYZ | 18.75 | 16.4 | 10.16 | - |
| YUV | 113.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 82 | 0 | 0.33 | 0.45 | 0.41 | 16.76 | 0.29 | 0.45 |
| Hex | 96 | 65 | 52 | 0 | 21 | 2D | 29 | 11 | 1D | 2D |
| Octal | 226 | 145 | 122 | 0 | 41 | 55 | 51 | 21 | 35 | 55 |
| Binary | 10010110 | 1100101 | 1010010 | 0 | 100001 | 101101 | 101001 | 10001 | 11101 | 101101 |
Color Harmonies of #966552
Complementary color
Monochromatic Colors of #966552
Black with #966552
Text Example
Text Example
White with #966552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966552; }
p { color: rgb(150,101,82); }
H1.HeaderClassName
{
color: #966552;
}
.AnyTagClassName
{
color: #966552;
}
</style>
background-color css
<style>
a { background-color: #966552; }
a { background-color: rgb(150,101,82); }
div.DivClassName
{
background-color: #966552;
}
.BgClassName
{
background-color: #966552;
}
</style>
border-color css
<style>
span { border-color: #966552; }
span { border-color: rgb(150,101,82); }
td.TdClassName
{
border-color: #966552;
}
.TagClassName
{
border-color: #966552;
}
</style>