Shades of Dark Tan #956C52
Tints of Dark Tan #956C52
RGB
CMYK
RGB Variations
Color information
#956C52 (or 0x956C52) is known color: Dark Tan. HEX triplet: 95, 6C and 52. RGB value is (149,108,82). Sum of RGB (Red+Green+Blue) = 149+108+82=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #956C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C52 is #6A93AD. Grayscale: #757575. Windows color (decimal): -6984622 or 5401749. OLE color: 5401749.
HSL color Cylindrical-coordinate representation of color #956C52: hue angle of 23.28º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #956C52 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 82 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.42 |
| HSL | 23.28º | 0.29% | 0.45% | - |
| HSV(B) | 23.28º | 0.45% | 0.58% | - |
| XYZ | 19.28 | 17.72 | 10.39 | - |
| YUV | 117.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 82 | 0 | 0.28 | 0.45 | 0.42 | 23.28 | 0.29 | 0.45 |
| Hex | 95 | 6C | 52 | 0 | 1C | 2D | 2A | 17 | 1D | 2D |
| Octal | 225 | 154 | 122 | 0 | 34 | 55 | 52 | 27 | 35 | 55 |
| Binary | 10010101 | 1101100 | 1010010 | 0 | 11100 | 101101 | 101010 | 10111 | 11101 | 101101 |
Color Harmonies of #956C52
Complementary color
Monochromatic Colors of #956C52
Black with #956C52
Text Example
Text Example
White with #956C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C52; }
p { color: rgb(149,108,82); }
H1.HeaderClassName
{
color: #956C52;
}
.AnyTagClassName
{
color: #956C52;
}
</style>
background-color css
<style>
a { background-color: #956C52; }
a { background-color: rgb(149,108,82); }
div.DivClassName
{
background-color: #956C52;
}
.BgClassName
{
background-color: #956C52;
}
</style>
border-color css
<style>
span { border-color: #956C52; }
span { border-color: rgb(149,108,82); }
td.TdClassName
{
border-color: #956C52;
}
.TagClassName
{
border-color: #956C52;
}
</style>