Shades of Dark Tan #966C4D
Tints of Dark Tan #966C4D
RGB
CMYK
RGB Variations
Color information
#966C4D (or 0x966C4D) is known color: Dark Tan. HEX triplet: 96, 6C and 4D. RGB value is (150,108,77). Sum of RGB (Red+Green+Blue) = 150+108+77=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #966C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966C4D is #6993B2. Grayscale: #757575. Windows color (decimal): -6919091 or 5074070. OLE color: 5074070.
HSL color Cylindrical-coordinate representation of color #966C4D: hue angle of 25.48º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #966C4D is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 108 | 77 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.41 |
| HSL | 25.48º | 0.32% | 0.45% | - |
| HSV(B) | 25.48º | 0.49% | 0.59% | - |
| XYZ | 19.28 | 17.74 | 9.43 | - |
| YUV | 117.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 77 | 0 | 0.28 | 0.49 | 0.41 | 25.48 | 0.32 | 0.45 |
| Hex | 96 | 6C | 4D | 0 | 1C | 31 | 29 | 19 | 20 | 2D |
| Octal | 226 | 154 | 115 | 0 | 34 | 61 | 51 | 31 | 40 | 55 |
| Binary | 10010110 | 1101100 | 1001101 | 0 | 11100 | 110001 | 101001 | 11001 | 100000 | 101101 |
Color Harmonies of #966C4D
Complementary color
Monochromatic Colors of #966C4D
Black with #966C4D
Text Example
Text Example
White with #966C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966C4D; }
p { color: rgb(150,108,77); }
H1.HeaderClassName
{
color: #966C4D;
}
.AnyTagClassName
{
color: #966C4D;
}
</style>
background-color css
<style>
a { background-color: #966C4D; }
a { background-color: rgb(150,108,77); }
div.DivClassName
{
background-color: #966C4D;
}
.BgClassName
{
background-color: #966C4D;
}
</style>
border-color css
<style>
span { border-color: #966C4D; }
span { border-color: rgb(150,108,77); }
td.TdClassName
{
border-color: #966C4D;
}
.TagClassName
{
border-color: #966C4D;
}
</style>