Shades of Dark Tan #95694E
Tints of Dark Tan #95694E
RGB
CMYK
RGB Variations
Color information
#95694E (or 0x95694E) is known color: Dark Tan. HEX triplet: 95, 69 and 4E. RGB value is (149,105,78). Sum of RGB (Red+Green+Blue) = 149+105+78=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #95694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95694E is #6A96B1. Grayscale: #737373. Windows color (decimal): -6985394 or 5138837. OLE color: 5138837.
HSL color Cylindrical-coordinate representation of color #95694E: hue angle of 22.82º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95694E is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 105 | 78 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.42 |
| HSL | 22.82º | 0.31% | 0.45% | - |
| HSV(B) | 22.82º | 0.48% | 0.58% | - |
| XYZ | 18.82 | 17.04 | 9.51 | - |
| YUV | 115.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 78 | 0 | 0.30 | 0.48 | 0.42 | 22.82 | 0.31 | 0.45 |
| Hex | 95 | 69 | 4E | 0 | 1E | 30 | 2A | 17 | 1F | 2D |
| Octal | 225 | 151 | 116 | 0 | 36 | 60 | 52 | 27 | 37 | 55 |
| Binary | 10010101 | 1101001 | 1001110 | 0 | 11110 | 110000 | 101010 | 10111 | 11111 | 101101 |
Color Harmonies of #95694E
Complementary color
Monochromatic Colors of #95694E
Black with #95694E
Text Example
Text Example
White with #95694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95694E; }
p { color: rgb(149,105,78); }
H1.HeaderClassName
{
color: #95694E;
}
.AnyTagClassName
{
color: #95694E;
}
</style>
background-color css
<style>
a { background-color: #95694E; }
a { background-color: rgb(149,105,78); }
div.DivClassName
{
background-color: #95694E;
}
.BgClassName
{
background-color: #95694E;
}
</style>
border-color css
<style>
span { border-color: #95694E; }
span { border-color: rgb(149,105,78); }
td.TdClassName
{
border-color: #95694E;
}
.TagClassName
{
border-color: #95694E;
}
</style>