Shades of Dark Tan #956C4B
Tints of Dark Tan #956C4B
RGB
CMYK
RGB Variations
Color information
#956C4B (or 0x956C4B) is known color: Dark Tan. HEX triplet: 95, 6C and 4B. RGB value is (149,108,75). Sum of RGB (Red+Green+Blue) = 149+108+75=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #956C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C4B is #6A93B4. Grayscale: #747474. Windows color (decimal): -6984629 or 4942997. OLE color: 4942997.
HSL color Cylindrical-coordinate representation of color #956C4B: hue angle of 26.76º 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 #956C4B is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 75 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.42 |
| HSL | 26.76º | 0.33% | 0.44% | - |
| HSV(B) | 26.76º | 0.5% | 0.58% | - |
| XYZ | 19.03 | 17.62 | 9.06 | - |
| YUV | 116.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 75 | 0 | 0.28 | 0.50 | 0.42 | 26.76 | 0.33 | 0.44 |
| Hex | 95 | 6C | 4B | 0 | 1C | 32 | 2A | 1B | 21 | 2C |
| Octal | 225 | 154 | 113 | 0 | 34 | 62 | 52 | 33 | 41 | 54 |
| Binary | 10010101 | 1101100 | 1001011 | 0 | 11100 | 110010 | 101010 | 11011 | 100001 | 101100 |
Color Harmonies of #956C4B
Complementary color
Monochromatic Colors of #956C4B
Black with #956C4B
Text Example
Text Example
White with #956C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C4B; }
p { color: rgb(149,108,75); }
H1.HeaderClassName
{
color: #956C4B;
}
.AnyTagClassName
{
color: #956C4B;
}
</style>
background-color css
<style>
a { background-color: #956C4B; }
a { background-color: rgb(149,108,75); }
div.DivClassName
{
background-color: #956C4B;
}
.BgClassName
{
background-color: #956C4B;
}
</style>
border-color css
<style>
span { border-color: #956C4B; }
span { border-color: rgb(149,108,75); }
td.TdClassName
{
border-color: #956C4B;
}
.TagClassName
{
border-color: #956C4B;
}
</style>