Shades of Dark Tan #956D4B
Tints of Dark Tan #956D4B
RGB
CMYK
RGB Variations
Color information
#956D4B (or 0x956D4B) is known color: Dark Tan. HEX triplet: 95, 6D and 4B. RGB value is (149,109,75). Sum of RGB (Red+Green+Blue) = 149+109+75=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D4B is #6A92B4. Grayscale: #757575. Windows color (decimal): -6984373 or 4943253. OLE color: 4943253.
HSL color Cylindrical-coordinate representation of color #956D4B: hue angle of 27.57º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #956D4B is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 75 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.42 |
| HSL | 27.57º | 0.33% | 0.44% | - |
| HSV(B) | 27.57º | 0.5% | 0.58% | - |
| XYZ | 19.13 | 17.83 | 9.09 | - |
| YUV | 117.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 75 | 0 | 0.27 | 0.50 | 0.42 | 27.57 | 0.33 | 0.44 |
| Hex | 95 | 6D | 4B | 0 | 1B | 32 | 2A | 1C | 21 | 2C |
| Octal | 225 | 155 | 113 | 0 | 33 | 62 | 52 | 34 | 41 | 54 |
| Binary | 10010101 | 1101101 | 1001011 | 0 | 11011 | 110010 | 101010 | 11100 | 100001 | 101100 |
Color Harmonies of #956D4B
Complementary color
Monochromatic Colors of #956D4B
Black with #956D4B
Text Example
Text Example
White with #956D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D4B; }
p { color: rgb(149,109,75); }
H1.HeaderClassName
{
color: #956D4B;
}
.AnyTagClassName
{
color: #956D4B;
}
</style>
background-color css
<style>
a { background-color: #956D4B; }
a { background-color: rgb(149,109,75); }
div.DivClassName
{
background-color: #956D4B;
}
.BgClassName
{
background-color: #956D4B;
}
</style>
border-color css
<style>
span { border-color: #956D4B; }
span { border-color: rgb(149,109,75); }
td.TdClassName
{
border-color: #956D4B;
}
.TagClassName
{
border-color: #956D4B;
}
</style>