Shades of Dark Tan #956649
Tints of Dark Tan #956649
RGB
CMYK
RGB Variations
Color information
#956649 (or 0x956649) is known color: Dark Tan. HEX triplet: 95, 66 and 49. RGB value is (149,102,73). Sum of RGB (Red+Green+Blue) = 149+102+73=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #956649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956649 is #6A99B6. Grayscale: #707070. Windows color (decimal): -6986167 or 4810389. OLE color: 4810389.
HSL color Cylindrical-coordinate representation of color #956649: hue angle of 22.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956649 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 73 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.42 |
| HSL | 22.89º | 0.34% | 0.44% | - |
| HSV(B) | 22.89º | 0.51% | 0.58% | - |
| XYZ | 18.35 | 16.37 | 8.5 | - |
| YUV | 112.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 73 | 0 | 0.32 | 0.51 | 0.42 | 22.89 | 0.34 | 0.44 |
| Hex | 95 | 66 | 49 | 0 | 20 | 33 | 2A | 17 | 22 | 2C |
| Octal | 225 | 146 | 111 | 0 | 40 | 63 | 52 | 27 | 42 | 54 |
| Binary | 10010101 | 1100110 | 1001001 | 0 | 100000 | 110011 | 101010 | 10111 | 100010 | 101100 |
Color Harmonies of #956649
Complementary color
Monochromatic Colors of #956649
Black with #956649
Text Example
Text Example
White with #956649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956649; }
p { color: rgb(149,102,73); }
H1.HeaderClassName
{
color: #956649;
}
.AnyTagClassName
{
color: #956649;
}
</style>
background-color css
<style>
a { background-color: #956649; }
a { background-color: rgb(149,102,73); }
div.DivClassName
{
background-color: #956649;
}
.BgClassName
{
background-color: #956649;
}
</style>
border-color css
<style>
span { border-color: #956649; }
span { border-color: rgb(149,102,73); }
td.TdClassName
{
border-color: #956649;
}
.TagClassName
{
border-color: #956649;
}
</style>