Shades of Dark Tan #956E4A
Tints of Dark Tan #956E4A
RGB
CMYK
RGB Variations
Color information
#956E4A (or 0x956E4A) is known color: Dark Tan. HEX triplet: 95, 6E and 4A. RGB value is (149,110,74). Sum of RGB (Red+Green+Blue) = 149+110+74=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E4A is #6A91B5. Grayscale: #757575. Windows color (decimal): -6984118 or 4877973. OLE color: 4877973.
HSL color Cylindrical-coordinate representation of color #956E4A: hue angle of 28.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #956E4A is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 110 | 74 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.42 |
| HSL | 28.8º | 0.34% | 0.44% | - |
| HSV(B) | 28.8º | 0.5% | 0.58% | - |
| XYZ | 19.21 | 18.04 | 8.95 | - |
| YUV | 117.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 74 | 0 | 0.26 | 0.50 | 0.42 | 28.8 | 0.34 | 0.44 |
| Hex | 95 | 6E | 4A | 0 | 1A | 32 | 2A | 1D | 22 | 2C |
| Octal | 225 | 156 | 112 | 0 | 32 | 62 | 52 | 35 | 42 | 54 |
| Binary | 10010101 | 1101110 | 1001010 | 0 | 11010 | 110010 | 101010 | 11101 | 100010 | 101100 |
Color Harmonies of #956E4A
Complementary color
Monochromatic Colors of #956E4A
Black with #956E4A
Text Example
Text Example
White with #956E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956E4A; }
p { color: rgb(149,110,74); }
H1.HeaderClassName
{
color: #956E4A;
}
.AnyTagClassName
{
color: #956E4A;
}
</style>
background-color css
<style>
a { background-color: #956E4A; }
a { background-color: rgb(149,110,74); }
div.DivClassName
{
background-color: #956E4A;
}
.BgClassName
{
background-color: #956E4A;
}
</style>
border-color css
<style>
span { border-color: #956E4A; }
span { border-color: rgb(149,110,74); }
td.TdClassName
{
border-color: #956E4A;
}
.TagClassName
{
border-color: #956E4A;
}
</style>