Shades of Dark Tan #966245
Tints of Dark Tan #966245
RGB
CMYK
RGB Variations
Color information
#966245 (or 0x966245) is known color: Dark Tan. HEX triplet: 96, 62 and 45. RGB value is (150,98,69). Sum of RGB (Red+Green+Blue) = 150+98+69=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #966245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966245 is #699DBA. Grayscale: #6E6E6E. Windows color (decimal): -6921659 or 4547222. OLE color: 4547222.
HSL color Cylindrical-coordinate representation of color #966245: hue angle of 21.48º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966245 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 69 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.41 |
| HSL | 21.48º | 0.37% | 0.43% | - |
| HSV(B) | 21.48º | 0.54% | 0.59% | - |
| XYZ | 18.02 | 15.65 | 7.7 | - |
| YUV | 110.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 69 | 0 | 0.35 | 0.54 | 0.41 | 21.48 | 0.37 | 0.43 |
| Hex | 96 | 62 | 45 | 0 | 23 | 36 | 29 | 15 | 25 | 2B |
| Octal | 226 | 142 | 105 | 0 | 43 | 66 | 51 | 25 | 45 | 53 |
| Binary | 10010110 | 1100010 | 1000101 | 0 | 100011 | 110110 | 101001 | 10101 | 100101 | 101011 |
Color Harmonies of #966245
Complementary color
Monochromatic Colors of #966245
Black with #966245
Text Example
Text Example
White with #966245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966245; }
p { color: rgb(150,98,69); }
H1.HeaderClassName
{
color: #966245;
}
.AnyTagClassName
{
color: #966245;
}
</style>
background-color css
<style>
a { background-color: #966245; }
a { background-color: rgb(150,98,69); }
div.DivClassName
{
background-color: #966245;
}
.BgClassName
{
background-color: #966245;
}
</style>
border-color css
<style>
span { border-color: #966245; }
span { border-color: rgb(150,98,69); }
td.TdClassName
{
border-color: #966245;
}
.TagClassName
{
border-color: #966245;
}
</style>