Shades of Dark Tan #956149
Tints of Dark Tan #956149
RGB
CMYK
RGB Variations
Color information
#956149 (or 0x956149) is known color: Dark Tan. HEX triplet: 95, 61 and 49. RGB value is (149,97,73). Sum of RGB (Red+Green+Blue) = 149+97+73=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #956149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956149 is #6A9EB6. Grayscale: #6D6D6D. Windows color (decimal): -6987447 or 4809109. OLE color: 4809109.
HSL color Cylindrical-coordinate representation of color #956149: hue angle of 18.95º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956149 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 97 | 73 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.42 |
| HSL | 18.95º | 0.34% | 0.44% | - |
| HSV(B) | 18.95º | 0.51% | 0.58% | - |
| XYZ | 17.87 | 15.42 | 8.34 | - |
| YUV | 109.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 73 | 0 | 0.35 | 0.51 | 0.42 | 18.95 | 0.34 | 0.44 |
| Hex | 95 | 61 | 49 | 0 | 23 | 33 | 2A | 13 | 22 | 2C |
| Octal | 225 | 141 | 111 | 0 | 43 | 63 | 52 | 23 | 42 | 54 |
| Binary | 10010101 | 1100001 | 1001001 | 0 | 100011 | 110011 | 101010 | 10011 | 100010 | 101100 |
Color Harmonies of #956149
Complementary color
Monochromatic Colors of #956149
Black with #956149
Text Example
Text Example
White with #956149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956149; }
p { color: rgb(149,97,73); }
H1.HeaderClassName
{
color: #956149;
}
.AnyTagClassName
{
color: #956149;
}
</style>
background-color css
<style>
a { background-color: #956149; }
a { background-color: rgb(149,97,73); }
div.DivClassName
{
background-color: #956149;
}
.BgClassName
{
background-color: #956149;
}
</style>
border-color css
<style>
span { border-color: #956149; }
span { border-color: rgb(149,97,73); }
td.TdClassName
{
border-color: #956149;
}
.TagClassName
{
border-color: #956149;
}
</style>