Shades of Dark Tan #956A4E
Tints of Dark Tan #956A4E
RGB
CMYK
RGB Variations
Color information
#956A4E (or 0x956A4E) is known color: Dark Tan. HEX triplet: 95, 6A and 4E. RGB value is (149,106,78). Sum of RGB (Red+Green+Blue) = 149+106+78=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956A4E is #6A95B1. Grayscale: #737373. Windows color (decimal): -6985138 or 5139093. OLE color: 5139093.
HSL color Cylindrical-coordinate representation of color #956A4E: hue angle of 23.66º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #956A4E is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 106 | 78 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.42 |
| HSL | 23.66º | 0.31% | 0.45% | - |
| HSV(B) | 23.66º | 0.48% | 0.58% | - |
| XYZ | 18.92 | 17.25 | 9.54 | - |
| YUV | 115.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 78 | 0 | 0.29 | 0.48 | 0.42 | 23.66 | 0.31 | 0.45 |
| Hex | 95 | 6A | 4E | 0 | 1D | 30 | 2A | 18 | 1F | 2D |
| Octal | 225 | 152 | 116 | 0 | 35 | 60 | 52 | 30 | 37 | 55 |
| Binary | 10010101 | 1101010 | 1001110 | 0 | 11101 | 110000 | 101010 | 11000 | 11111 | 101101 |
Color Harmonies of #956A4E
Complementary color
Monochromatic Colors of #956A4E
Black with #956A4E
Text Example
Text Example
White with #956A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956A4E; }
p { color: rgb(149,106,78); }
H1.HeaderClassName
{
color: #956A4E;
}
.AnyTagClassName
{
color: #956A4E;
}
</style>
background-color css
<style>
a { background-color: #956A4E; }
a { background-color: rgb(149,106,78); }
div.DivClassName
{
background-color: #956A4E;
}
.BgClassName
{
background-color: #956A4E;
}
</style>
border-color css
<style>
span { border-color: #956A4E; }
span { border-color: rgb(149,106,78); }
td.TdClassName
{
border-color: #956A4E;
}
.TagClassName
{
border-color: #956A4E;
}
</style>