Shades of Dark Tan #956A43
Tints of Dark Tan #956A43
RGB
CMYK
RGB Variations
Color information
#956A43 (or 0x956A43) is known color: Dark Tan. HEX triplet: 95, 6A and 43. RGB value is (149,106,67). Sum of RGB (Red+Green+Blue) = 149+106+67=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #956A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A43 is #6A95BC. Grayscale: #727272. Windows color (decimal): -6985149 or 4418197. OLE color: 4418197.
HSL color Cylindrical-coordinate representation of color #956A43: hue angle of 28.54º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #956A43 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 106 | 67 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.42 |
| HSL | 28.54º | 0.38% | 0.42% | - |
| HSV(B) | 28.54º | 0.55% | 0.58% | - |
| XYZ | 18.56 | 17.1 | 7.63 | - |
| YUV | 114.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 67 | 0 | 0.29 | 0.55 | 0.42 | 28.54 | 0.38 | 0.42 |
| Hex | 95 | 6A | 43 | 0 | 1D | 37 | 2A | 1D | 26 | 2A |
| Octal | 225 | 152 | 103 | 0 | 35 | 67 | 52 | 35 | 46 | 52 |
| Binary | 10010101 | 1101010 | 1000011 | 0 | 11101 | 110111 | 101010 | 11101 | 100110 | 101010 |
Color Harmonies of #956A43
Complementary color
Monochromatic Colors of #956A43
Black with #956A43
Text Example
Text Example
White with #956A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956A43; }
p { color: rgb(149,106,67); }
H1.HeaderClassName
{
color: #956A43;
}
.AnyTagClassName
{
color: #956A43;
}
</style>
background-color css
<style>
a { background-color: #956A43; }
a { background-color: rgb(149,106,67); }
div.DivClassName
{
background-color: #956A43;
}
.BgClassName
{
background-color: #956A43;
}
</style>
border-color css
<style>
span { border-color: #956A43; }
span { border-color: rgb(149,106,67); }
td.TdClassName
{
border-color: #956A43;
}
.TagClassName
{
border-color: #956A43;
}
</style>