Shades of Dark Tan #95654D
Tints of Dark Tan #95654D
RGB
CMYK
RGB Variations
Color information
#95654D (or 0x95654D) is known color: Dark Tan. HEX triplet: 95, 65 and 4D. RGB value is (149,101,77). Sum of RGB (Red+Green+Blue) = 149+101+77=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95654D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95654D is #6A9AB2. Grayscale: #707070. Windows color (decimal): -6986419 or 5072277. OLE color: 5072277.
HSL color Cylindrical-coordinate representation of color #95654D: hue angle of 20º 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 #95654D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 77 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.42 |
| HSL | 20º | 0.32% | 0.44% | - |
| HSV(B) | 20º | 0.48% | 0.58% | - |
| XYZ | 18.39 | 16.23 | 9.19 | - |
| YUV | 112.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 77 | 0 | 0.32 | 0.48 | 0.42 | 20 | 0.32 | 0.44 |
| Hex | 95 | 65 | 4D | 0 | 20 | 30 | 2A | 14 | 20 | 2C |
| Octal | 225 | 145 | 115 | 0 | 40 | 60 | 52 | 24 | 40 | 54 |
| Binary | 10010101 | 1100101 | 1001101 | 0 | 100000 | 110000 | 101010 | 10100 | 100000 | 101100 |
Color Harmonies of #95654D
Complementary color
Monochromatic Colors of #95654D
Black with #95654D
Text Example
Text Example
White with #95654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95654D; }
p { color: rgb(149,101,77); }
H1.HeaderClassName
{
color: #95654D;
}
.AnyTagClassName
{
color: #95654D;
}
</style>
background-color css
<style>
a { background-color: #95654D; }
a { background-color: rgb(149,101,77); }
div.DivClassName
{
background-color: #95654D;
}
.BgClassName
{
background-color: #95654D;
}
</style>
border-color css
<style>
span { border-color: #95654D; }
span { border-color: rgb(149,101,77); }
td.TdClassName
{
border-color: #95654D;
}
.TagClassName
{
border-color: #95654D;
}
</style>