Shades of Dark Tan #956343
Tints of Dark Tan #956343
RGB
CMYK
RGB Variations
Color information
#956343 (or 0x956343) is known color: Dark Tan. HEX triplet: 95, 63 and 43. RGB value is (149,99,67). Sum of RGB (Red+Green+Blue) = 149+99+67=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #956343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956343 is #6A9CBC. Grayscale: #6E6E6E. Windows color (decimal): -6986941 or 4416405. OLE color: 4416405.
HSL color Cylindrical-coordinate representation of color #956343: hue angle of 23.41º 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 #956343 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 67 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.42 |
| HSL | 23.41º | 0.38% | 0.42% | - |
| HSV(B) | 23.41º | 0.55% | 0.58% | - |
| XYZ | 17.87 | 15.72 | 7.4 | - |
| YUV | 110.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 67 | 0 | 0.34 | 0.55 | 0.42 | 23.41 | 0.38 | 0.42 |
| Hex | 95 | 63 | 43 | 0 | 22 | 37 | 2A | 17 | 26 | 2A |
| Octal | 225 | 143 | 103 | 0 | 42 | 67 | 52 | 27 | 46 | 52 |
| Binary | 10010101 | 1100011 | 1000011 | 0 | 100010 | 110111 | 101010 | 10111 | 100110 | 101010 |
Color Harmonies of #956343
Complementary color
Monochromatic Colors of #956343
Black with #956343
Text Example
Text Example
White with #956343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956343; }
p { color: rgb(149,99,67); }
H1.HeaderClassName
{
color: #956343;
}
.AnyTagClassName
{
color: #956343;
}
</style>
background-color css
<style>
a { background-color: #956343; }
a { background-color: rgb(149,99,67); }
div.DivClassName
{
background-color: #956343;
}
.BgClassName
{
background-color: #956343;
}
</style>
border-color css
<style>
span { border-color: #956343; }
span { border-color: rgb(149,99,67); }
td.TdClassName
{
border-color: #956343;
}
.TagClassName
{
border-color: #956343;
}
</style>