Shades of Dark Tan #956F51
Tints of Dark Tan #956F51
RGB
CMYK
RGB Variations
Color information
#956F51 (or 0x956F51) is known color: Dark Tan. HEX triplet: 95, 6F and 51. RGB value is (149,111,81). Sum of RGB (Red+Green+Blue) = 149+111+81=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #956F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F51 is #6A90AE. Grayscale: #777777. Windows color (decimal): -6983855 or 5336981. OLE color: 5336981.
HSL color Cylindrical-coordinate representation of color #956F51: hue angle of 26.47º 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 #956F51 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 81 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.42 |
| HSL | 26.47º | 0.3% | 0.45% | - |
| HSV(B) | 26.47º | 0.46% | 0.58% | - |
| XYZ | 19.56 | 18.35 | 10.3 | - |
| YUV | 118.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 81 | 0 | 0.26 | 0.46 | 0.42 | 26.47 | 0.3 | 0.45 |
| Hex | 95 | 6F | 51 | 0 | 1A | 2E | 2A | 1A | 1E | 2D |
| Octal | 225 | 157 | 121 | 0 | 32 | 56 | 52 | 32 | 36 | 55 |
| Binary | 10010101 | 1101111 | 1010001 | 0 | 11010 | 101110 | 101010 | 11010 | 11110 | 101101 |
Color Harmonies of #956F51
Complementary color
Monochromatic Colors of #956F51
Black with #956F51
Text Example
Text Example
White with #956F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F51; }
p { color: rgb(149,111,81); }
H1.HeaderClassName
{
color: #956F51;
}
.AnyTagClassName
{
color: #956F51;
}
</style>
background-color css
<style>
a { background-color: #956F51; }
a { background-color: rgb(149,111,81); }
div.DivClassName
{
background-color: #956F51;
}
.BgClassName
{
background-color: #956F51;
}
</style>
border-color css
<style>
span { border-color: #956F51; }
span { border-color: rgb(149,111,81); }
td.TdClassName
{
border-color: #956F51;
}
.TagClassName
{
border-color: #956F51;
}
</style>