Shades of Dark Tan #956A4B
Tints of Dark Tan #956A4B
RGB
CMYK
RGB Variations
Color information
#956A4B (or 0x956A4B) is known color: Dark Tan. HEX triplet: 95, 6A and 4B. RGB value is (149,106,75). Sum of RGB (Red+Green+Blue) = 149+106+75=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #956A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A4B is #6A95B4. Grayscale: #737373. Windows color (decimal): -6985141 or 4942485. OLE color: 4942485.
HSL color Cylindrical-coordinate representation of color #956A4B: hue angle of 25.14º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #956A4B is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 106 | 75 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.42 |
| HSL | 25.14º | 0.33% | 0.44% | - |
| HSV(B) | 25.14º | 0.5% | 0.58% | - |
| XYZ | 18.82 | 17.21 | 8.99 | - |
| YUV | 115.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 75 | 0 | 0.29 | 0.50 | 0.42 | 25.14 | 0.33 | 0.44 |
| Hex | 95 | 6A | 4B | 0 | 1D | 32 | 2A | 19 | 21 | 2C |
| Octal | 225 | 152 | 113 | 0 | 35 | 62 | 52 | 31 | 41 | 54 |
| Binary | 10010101 | 1101010 | 1001011 | 0 | 11101 | 110010 | 101010 | 11001 | 100001 | 101100 |
Color Harmonies of #956A4B
Complementary color
Monochromatic Colors of #956A4B
Black with #956A4B
Text Example
Text Example
White with #956A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956A4B; }
p { color: rgb(149,106,75); }
H1.HeaderClassName
{
color: #956A4B;
}
.AnyTagClassName
{
color: #956A4B;
}
</style>
background-color css
<style>
a { background-color: #956A4B; }
a { background-color: rgb(149,106,75); }
div.DivClassName
{
background-color: #956A4B;
}
.BgClassName
{
background-color: #956A4B;
}
</style>
border-color css
<style>
span { border-color: #956A4B; }
span { border-color: rgb(149,106,75); }
td.TdClassName
{
border-color: #956A4B;
}
.TagClassName
{
border-color: #956A4B;
}
</style>