Shades of Dark Tan #95644D
Tints of Dark Tan #95644D
RGB
CMYK
RGB Variations
Color information
#95644D (or 0x95644D) is known color: Dark Tan. HEX triplet: 95, 64 and 4D. RGB value is (149,100,77). Sum of RGB (Red+Green+Blue) = 149+100+77=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95644D is #6A9BB2. Grayscale: #707070. Windows color (decimal): -6986675 or 5072021. OLE color: 5072021.
HSL color Cylindrical-coordinate representation of color #95644D: hue angle of 19.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95644D is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 77 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.42 |
| HSL | 19.17º | 0.32% | 0.44% | - |
| HSV(B) | 19.17º | 0.48% | 0.58% | - |
| XYZ | 18.29 | 16.04 | 9.15 | - |
| YUV | 112.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 77 | 0 | 0.33 | 0.48 | 0.42 | 19.17 | 0.32 | 0.44 |
| Hex | 95 | 64 | 4D | 0 | 21 | 30 | 2A | 13 | 20 | 2C |
| Octal | 225 | 144 | 115 | 0 | 41 | 60 | 52 | 23 | 40 | 54 |
| Binary | 10010101 | 1100100 | 1001101 | 0 | 100001 | 110000 | 101010 | 10011 | 100000 | 101100 |
Color Harmonies of #95644D
Complementary color
Monochromatic Colors of #95644D
Black with #95644D
Text Example
Text Example
White with #95644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95644D; }
p { color: rgb(149,100,77); }
H1.HeaderClassName
{
color: #95644D;
}
.AnyTagClassName
{
color: #95644D;
}
</style>
background-color css
<style>
a { background-color: #95644D; }
a { background-color: rgb(149,100,77); }
div.DivClassName
{
background-color: #95644D;
}
.BgClassName
{
background-color: #95644D;
}
</style>
border-color css
<style>
span { border-color: #95644D; }
span { border-color: rgb(149,100,77); }
td.TdClassName
{
border-color: #95644D;
}
.TagClassName
{
border-color: #95644D;
}
</style>