Shades of Dark Tan #956D50
Tints of Dark Tan #956D50
RGB
CMYK
RGB Variations
Color information
#956D50 (or 0x956D50) is known color: Dark Tan. HEX triplet: 95, 6D and 50. RGB value is (149,109,80). Sum of RGB (Red+Green+Blue) = 149+109+80=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #956D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D50 is #6A92AF. Grayscale: #757575. Windows color (decimal): -6984368 or 5270933. OLE color: 5270933.
HSL color Cylindrical-coordinate representation of color #956D50: hue angle of 25.22º 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 #956D50 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 80 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.42 |
| HSL | 25.22º | 0.3% | 0.45% | - |
| HSV(B) | 25.22º | 0.46% | 0.58% | - |
| XYZ | 19.31 | 17.91 | 10.03 | - |
| YUV | 117.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 80 | 0 | 0.27 | 0.46 | 0.42 | 25.22 | 0.3 | 0.45 |
| Hex | 95 | 6D | 50 | 0 | 1B | 2E | 2A | 19 | 1E | 2D |
| Octal | 225 | 155 | 120 | 0 | 33 | 56 | 52 | 31 | 36 | 55 |
| Binary | 10010101 | 1101101 | 1010000 | 0 | 11011 | 101110 | 101010 | 11001 | 11110 | 101101 |
Color Harmonies of #956D50
Complementary color
Monochromatic Colors of #956D50
Black with #956D50
Text Example
Text Example
White with #956D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D50; }
p { color: rgb(149,109,80); }
H1.HeaderClassName
{
color: #956D50;
}
.AnyTagClassName
{
color: #956D50;
}
</style>
background-color css
<style>
a { background-color: #956D50; }
a { background-color: rgb(149,109,80); }
div.DivClassName
{
background-color: #956D50;
}
.BgClassName
{
background-color: #956D50;
}
</style>
border-color css
<style>
span { border-color: #956D50; }
span { border-color: rgb(149,109,80); }
td.TdClassName
{
border-color: #956D50;
}
.TagClassName
{
border-color: #956D50;
}
</style>