Shades of Dark Tan #956D51
Tints of Dark Tan #956D51
RGB
CMYK
RGB Variations
Color information
#956D51 (or 0x956D51) is known color: Dark Tan. HEX triplet: 95, 6D and 51. RGB value is (149,109,81). Sum of RGB (Red+Green+Blue) = 149+109+81=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #956D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D51 is #6A92AE. Grayscale: #757575. Windows color (decimal): -6984367 or 5336469. OLE color: 5336469.
HSL color Cylindrical-coordinate representation of color #956D51: hue angle of 24.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #956D51 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 81 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.42 |
| HSL | 24.71º | 0.3% | 0.45% | - |
| HSV(B) | 24.71º | 0.46% | 0.58% | - |
| XYZ | 19.35 | 17.92 | 10.22 | - |
| YUV | 117.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 81 | 0 | 0.27 | 0.46 | 0.42 | 24.71 | 0.3 | 0.45 |
| Hex | 95 | 6D | 51 | 0 | 1B | 2E | 2A | 19 | 1E | 2D |
| Octal | 225 | 155 | 121 | 0 | 33 | 56 | 52 | 31 | 36 | 55 |
| Binary | 10010101 | 1101101 | 1010001 | 0 | 11011 | 101110 | 101010 | 11001 | 11110 | 101101 |
Color Harmonies of #956D51
Complementary color
Monochromatic Colors of #956D51
Black with #956D51
Text Example
Text Example
White with #956D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D51; }
p { color: rgb(149,109,81); }
H1.HeaderClassName
{
color: #956D51;
}
.AnyTagClassName
{
color: #956D51;
}
</style>
background-color css
<style>
a { background-color: #956D51; }
a { background-color: rgb(149,109,81); }
div.DivClassName
{
background-color: #956D51;
}
.BgClassName
{
background-color: #956D51;
}
</style>
border-color css
<style>
span { border-color: #956D51; }
span { border-color: rgb(149,109,81); }
td.TdClassName
{
border-color: #956D51;
}
.TagClassName
{
border-color: #956D51;
}
</style>