Shades of Dark Tan #966B54
Tints of Dark Tan #966B54
RGB
CMYK
RGB Variations
Color information
#966B54 (or 0x966B54) is known color: Dark Tan. HEX triplet: 96, 6B and 54. RGB value is (150,107,84). Sum of RGB (Red+Green+Blue) = 150+107+84=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #966B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B54 is #6994AB. Grayscale: #757575. Windows color (decimal): -6919340 or 5532566. OLE color: 5532566.
HSL color Cylindrical-coordinate representation of color #966B54: hue angle of 20.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #966B54 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 84 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.41 |
| HSL | 20.91º | 0.28% | 0.46% | - |
| HSV(B) | 20.91º | 0.44% | 0.59% | - |
| XYZ | 19.44 | 17.64 | 10.77 | - |
| YUV | 117.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 84 | 0 | 0.29 | 0.44 | 0.41 | 20.91 | 0.28 | 0.46 |
| Hex | 96 | 6B | 54 | 0 | 1D | 2C | 29 | 15 | 1C | 2E |
| Octal | 226 | 153 | 124 | 0 | 35 | 54 | 51 | 25 | 34 | 56 |
| Binary | 10010110 | 1101011 | 1010100 | 0 | 11101 | 101100 | 101001 | 10101 | 11100 | 101110 |
Color Harmonies of #966B54
Complementary color
Monochromatic Colors of #966B54
Black with #966B54
Text Example
Text Example
White with #966B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B54; }
p { color: rgb(150,107,84); }
H1.HeaderClassName
{
color: #966B54;
}
.AnyTagClassName
{
color: #966B54;
}
</style>
background-color css
<style>
a { background-color: #966B54; }
a { background-color: rgb(150,107,84); }
div.DivClassName
{
background-color: #966B54;
}
.BgClassName
{
background-color: #966B54;
}
</style>
border-color css
<style>
span { border-color: #966B54; }
span { border-color: rgb(150,107,84); }
td.TdClassName
{
border-color: #966B54;
}
.TagClassName
{
border-color: #966B54;
}
</style>