Shades of Dark Tan #956C4D
Tints of Dark Tan #956C4D
RGB
CMYK
RGB Variations
Color information
#956C4D (or 0x956C4D) is known color: Dark Tan. HEX triplet: 95, 6C and 4D. RGB value is (149,108,77). Sum of RGB (Red+Green+Blue) = 149+108+77=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C4D is #6A93B2. Grayscale: #747474. Windows color (decimal): -6984627 or 5074069. OLE color: 5074069.
HSL color Cylindrical-coordinate representation of color #956C4D: hue angle of 25.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #956C4D is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 77 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.42 |
| HSL | 25.83º | 0.32% | 0.44% | - |
| HSV(B) | 25.83º | 0.48% | 0.58% | - |
| XYZ | 19.1 | 17.65 | 9.42 | - |
| YUV | 116.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 77 | 0 | 0.28 | 0.48 | 0.42 | 25.83 | 0.32 | 0.44 |
| Hex | 95 | 6C | 4D | 0 | 1C | 30 | 2A | 1A | 20 | 2C |
| Octal | 225 | 154 | 115 | 0 | 34 | 60 | 52 | 32 | 40 | 54 |
| Binary | 10010101 | 1101100 | 1001101 | 0 | 11100 | 110000 | 101010 | 11010 | 100000 | 101100 |
Color Harmonies of #956C4D
Complementary color
Monochromatic Colors of #956C4D
Black with #956C4D
Text Example
Text Example
White with #956C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C4D; }
p { color: rgb(149,108,77); }
H1.HeaderClassName
{
color: #956C4D;
}
.AnyTagClassName
{
color: #956C4D;
}
</style>
background-color css
<style>
a { background-color: #956C4D; }
a { background-color: rgb(149,108,77); }
div.DivClassName
{
background-color: #956C4D;
}
.BgClassName
{
background-color: #956C4D;
}
</style>
border-color css
<style>
span { border-color: #956C4D; }
span { border-color: rgb(149,108,77); }
td.TdClassName
{
border-color: #956C4D;
}
.TagClassName
{
border-color: #956C4D;
}
</style>