Shades of Dark Tan #966745
Tints of Dark Tan #966745
RGB
CMYK
RGB Variations
Color information
#966745 (or 0x966745) is known color: Dark Tan. HEX triplet: 96, 67 and 45. RGB value is (150,103,69). Sum of RGB (Red+Green+Blue) = 150+103+69=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #966745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966745 is #6998BA. Grayscale: #717171. Windows color (decimal): -6920379 or 4548502. OLE color: 4548502.
HSL color Cylindrical-coordinate representation of color #966745: hue angle of 25.19º 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 #966745 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 69 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.41 |
| HSL | 25.19º | 0.37% | 0.43% | - |
| HSV(B) | 25.19º | 0.54% | 0.59% | - |
| XYZ | 18.5 | 16.61 | 7.86 | - |
| YUV | 113.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 69 | 0 | 0.31 | 0.54 | 0.41 | 25.19 | 0.37 | 0.43 |
| Hex | 96 | 67 | 45 | 0 | 1F | 36 | 29 | 19 | 25 | 2B |
| Octal | 226 | 147 | 105 | 0 | 37 | 66 | 51 | 31 | 45 | 53 |
| Binary | 10010110 | 1100111 | 1000101 | 0 | 11111 | 110110 | 101001 | 11001 | 100101 | 101011 |
Color Harmonies of #966745
Complementary color
Monochromatic Colors of #966745
Black with #966745
Text Example
Text Example
White with #966745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966745; }
p { color: rgb(150,103,69); }
H1.HeaderClassName
{
color: #966745;
}
.AnyTagClassName
{
color: #966745;
}
</style>
background-color css
<style>
a { background-color: #966745; }
a { background-color: rgb(150,103,69); }
div.DivClassName
{
background-color: #966745;
}
.BgClassName
{
background-color: #966745;
}
</style>
border-color css
<style>
span { border-color: #966745; }
span { border-color: rgb(150,103,69); }
td.TdClassName
{
border-color: #966745;
}
.TagClassName
{
border-color: #966745;
}
</style>