Shades of Dark Tan #956D4D
Tints of Dark Tan #956D4D
RGB
CMYK
RGB Variations
Color information
#956D4D (or 0x956D4D) is known color: Dark Tan. HEX triplet: 95, 6D and 4D. RGB value is (149,109,77). Sum of RGB (Red+Green+Blue) = 149+109+77=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D4D is #6A92B2. Grayscale: #757575. Windows color (decimal): -6984371 or 5074325. OLE color: 5074325.
HSL color Cylindrical-coordinate representation of color #956D4D: hue angle of 26.67º 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 #956D4D is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 77 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.42 |
| HSL | 26.67º | 0.32% | 0.44% | - |
| HSV(B) | 26.67º | 0.48% | 0.58% | - |
| XYZ | 19.2 | 17.86 | 9.46 | - |
| YUV | 117.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 77 | 0 | 0.27 | 0.48 | 0.42 | 26.67 | 0.32 | 0.44 |
| Hex | 95 | 6D | 4D | 0 | 1B | 30 | 2A | 1B | 20 | 2C |
| Octal | 225 | 155 | 115 | 0 | 33 | 60 | 52 | 33 | 40 | 54 |
| Binary | 10010101 | 1101101 | 1001101 | 0 | 11011 | 110000 | 101010 | 11011 | 100000 | 101100 |
Color Harmonies of #956D4D
Complementary color
Monochromatic Colors of #956D4D
Black with #956D4D
Text Example
Text Example
White with #956D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D4D; }
p { color: rgb(149,109,77); }
H1.HeaderClassName
{
color: #956D4D;
}
.AnyTagClassName
{
color: #956D4D;
}
</style>
background-color css
<style>
a { background-color: #956D4D; }
a { background-color: rgb(149,109,77); }
div.DivClassName
{
background-color: #956D4D;
}
.BgClassName
{
background-color: #956D4D;
}
</style>
border-color css
<style>
span { border-color: #956D4D; }
span { border-color: rgb(149,109,77); }
td.TdClassName
{
border-color: #956D4D;
}
.TagClassName
{
border-color: #956D4D;
}
</style>