Shades of Dark Tan #966543
Tints of Dark Tan #966543
RGB
CMYK
RGB Variations
Color information
#966543 (or 0x966543) is known color: Dark Tan. HEX triplet: 96, 65 and 43. RGB value is (150,101,67). Sum of RGB (Red+Green+Blue) = 150+101+67=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #966543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966543 is #699ABC. Grayscale: #6F6F6F. Windows color (decimal): -6920893 or 4416918. OLE color: 4416918.
HSL color Cylindrical-coordinate representation of color #966543: hue angle of 24.58º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #966543 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 101 | 67 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.41 |
| HSL | 24.58º | 0.38% | 0.43% | - |
| HSV(B) | 24.58º | 0.55% | 0.59% | - |
| XYZ | 18.24 | 16.2 | 7.47 | - |
| YUV | 111.78 | 102.73 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 67 | 0 | 0.33 | 0.55 | 0.41 | 24.58 | 0.38 | 0.43 |
| Hex | 96 | 65 | 43 | 0 | 21 | 37 | 29 | 19 | 26 | 2B |
| Octal | 226 | 145 | 103 | 0 | 41 | 67 | 51 | 31 | 46 | 53 |
| Binary | 10010110 | 1100101 | 1000011 | 0 | 100001 | 110111 | 101001 | 11001 | 100110 | 101011 |
Color Harmonies of #966543
Complementary color
Monochromatic Colors of #966543
Black with #966543
Text Example
Text Example
White with #966543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966543; }
p { color: rgb(150,101,67); }
H1.HeaderClassName
{
color: #966543;
}
.AnyTagClassName
{
color: #966543;
}
</style>
background-color css
<style>
a { background-color: #966543; }
a { background-color: rgb(150,101,67); }
div.DivClassName
{
background-color: #966543;
}
.BgClassName
{
background-color: #966543;
}
</style>
border-color css
<style>
span { border-color: #966543; }
span { border-color: rgb(150,101,67); }
td.TdClassName
{
border-color: #966543;
}
.TagClassName
{
border-color: #966543;
}
</style>