Shades of Dark Tan #956750
Tints of Dark Tan #956750
RGB
CMYK
RGB Variations
Color information
#956750 (or 0x956750) is known color: Dark Tan. HEX triplet: 95, 67 and 50. RGB value is (149,103,80). Sum of RGB (Red+Green+Blue) = 149+103+80=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #956750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956750 is #6A98AF. Grayscale: #727272. Windows color (decimal): -6985904 or 5269397. OLE color: 5269397.
HSL color Cylindrical-coordinate representation of color #956750: hue angle of 20º 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 #956750 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 80 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.42 |
| HSL | 20º | 0.3% | 0.45% | - |
| HSV(B) | 20º | 0.46% | 0.58% | - |
| XYZ | 18.69 | 16.67 | 9.82 | - |
| YUV | 114.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 80 | 0 | 0.31 | 0.46 | 0.42 | 20 | 0.3 | 0.45 |
| Hex | 95 | 67 | 50 | 0 | 1F | 2E | 2A | 14 | 1E | 2D |
| Octal | 225 | 147 | 120 | 0 | 37 | 56 | 52 | 24 | 36 | 55 |
| Binary | 10010101 | 1100111 | 1010000 | 0 | 11111 | 101110 | 101010 | 10100 | 11110 | 101101 |
Color Harmonies of #956750
Complementary color
Monochromatic Colors of #956750
Black with #956750
Text Example
Text Example
White with #956750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956750; }
p { color: rgb(149,103,80); }
H1.HeaderClassName
{
color: #956750;
}
.AnyTagClassName
{
color: #956750;
}
</style>
background-color css
<style>
a { background-color: #956750; }
a { background-color: rgb(149,103,80); }
div.DivClassName
{
background-color: #956750;
}
.BgClassName
{
background-color: #956750;
}
</style>
border-color css
<style>
span { border-color: #956750; }
span { border-color: rgb(149,103,80); }
td.TdClassName
{
border-color: #956750;
}
.TagClassName
{
border-color: #956750;
}
</style>