Shades of Dark Tan #956751
Tints of Dark Tan #956751
RGB
CMYK
RGB Variations
Color information
#956751 (or 0x956751) is known color: Dark Tan. HEX triplet: 95, 67 and 51. RGB value is (149,103,81). Sum of RGB (Red+Green+Blue) = 149+103+81=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956751 is #6A98AE. Grayscale: #727272. Windows color (decimal): -6985903 or 5334933. OLE color: 5334933.
HSL color Cylindrical-coordinate representation of color #956751: hue angle of 19.41º 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 #956751 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 81 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.42 |
| HSL | 19.41º | 0.3% | 0.45% | - |
| HSV(B) | 19.41º | 0.46% | 0.58% | - |
| XYZ | 18.73 | 16.68 | 10.02 | - |
| YUV | 114.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 81 | 0 | 0.31 | 0.46 | 0.42 | 19.41 | 0.3 | 0.45 |
| Hex | 95 | 67 | 51 | 0 | 1F | 2E | 2A | 13 | 1E | 2D |
| Octal | 225 | 147 | 121 | 0 | 37 | 56 | 52 | 23 | 36 | 55 |
| Binary | 10010101 | 1100111 | 1010001 | 0 | 11111 | 101110 | 101010 | 10011 | 11110 | 101101 |
Color Harmonies of #956751
Complementary color
Monochromatic Colors of #956751
Black with #956751
Text Example
Text Example
White with #956751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956751; }
p { color: rgb(149,103,81); }
H1.HeaderClassName
{
color: #956751;
}
.AnyTagClassName
{
color: #956751;
}
</style>
background-color css
<style>
a { background-color: #956751; }
a { background-color: rgb(149,103,81); }
div.DivClassName
{
background-color: #956751;
}
.BgClassName
{
background-color: #956751;
}
</style>
border-color css
<style>
span { border-color: #956751; }
span { border-color: rgb(149,103,81); }
td.TdClassName
{
border-color: #956751;
}
.TagClassName
{
border-color: #956751;
}
</style>