Shades of Dark Tan #956B43
Tints of Dark Tan #956B43
RGB
CMYK
RGB Variations
Color information
#956B43 (or 0x956B43) is known color: Dark Tan. HEX triplet: 95, 6B and 43. RGB value is (149,107,67). Sum of RGB (Red+Green+Blue) = 149+107+67=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #956B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B43 is #6A94BC. Grayscale: #737373. Windows color (decimal): -6984893 or 4418453. OLE color: 4418453.
HSL color Cylindrical-coordinate representation of color #956B43: hue angle of 29.27º 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 #956B43 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 107 | 67 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.42 |
| HSL | 29.27º | 0.38% | 0.42% | - |
| HSV(B) | 29.27º | 0.55% | 0.58% | - |
| XYZ | 18.67 | 17.31 | 7.67 | - |
| YUV | 115 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 67 | 0 | 0.28 | 0.55 | 0.42 | 29.27 | 0.38 | 0.42 |
| Hex | 95 | 6B | 43 | 0 | 1C | 37 | 2A | 1D | 26 | 2A |
| Octal | 225 | 153 | 103 | 0 | 34 | 67 | 52 | 35 | 46 | 52 |
| Binary | 10010101 | 1101011 | 1000011 | 0 | 11100 | 110111 | 101010 | 11101 | 100110 | 101010 |
Color Harmonies of #956B43
Complementary color
Monochromatic Colors of #956B43
Black with #956B43
Text Example
Text Example
White with #956B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956B43; }
p { color: rgb(149,107,67); }
H1.HeaderClassName
{
color: #956B43;
}
.AnyTagClassName
{
color: #956B43;
}
</style>
background-color css
<style>
a { background-color: #956B43; }
a { background-color: rgb(149,107,67); }
div.DivClassName
{
background-color: #956B43;
}
.BgClassName
{
background-color: #956B43;
}
</style>
border-color css
<style>
span { border-color: #956B43; }
span { border-color: rgb(149,107,67); }
td.TdClassName
{
border-color: #956B43;
}
.TagClassName
{
border-color: #956B43;
}
</style>