Shades of Dark Tan #95684C
Tints of Dark Tan #95684C
RGB
CMYK
RGB Variations
Color information
#95684C (or 0x95684C) is known color: Dark Tan. HEX triplet: 95, 68 and 4C. RGB value is (149,104,76). Sum of RGB (Red+Green+Blue) = 149+104+76=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95684C is #6A97B3. Grayscale: #727272. Windows color (decimal): -6985652 or 5007509. OLE color: 5007509.
HSL color Cylindrical-coordinate representation of color #95684C: hue angle of 23.01º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95684C is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 104 | 76 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.42 |
| HSL | 23.01º | 0.32% | 0.44% | - |
| HSV(B) | 23.01º | 0.49% | 0.58% | - |
| XYZ | 18.65 | 16.81 | 9.1 | - |
| YUV | 114.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 76 | 0 | 0.30 | 0.49 | 0.42 | 23.01 | 0.32 | 0.44 |
| Hex | 95 | 68 | 4C | 0 | 1E | 31 | 2A | 17 | 20 | 2C |
| Octal | 225 | 150 | 114 | 0 | 36 | 61 | 52 | 27 | 40 | 54 |
| Binary | 10010101 | 1101000 | 1001100 | 0 | 11110 | 110001 | 101010 | 10111 | 100000 | 101100 |
Color Harmonies of #95684C
Complementary color
Monochromatic Colors of #95684C
Black with #95684C
Text Example
Text Example
White with #95684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95684C; }
p { color: rgb(149,104,76); }
H1.HeaderClassName
{
color: #95684C;
}
.AnyTagClassName
{
color: #95684C;
}
</style>
background-color css
<style>
a { background-color: #95684C; }
a { background-color: rgb(149,104,76); }
div.DivClassName
{
background-color: #95684C;
}
.BgClassName
{
background-color: #95684C;
}
</style>
border-color css
<style>
span { border-color: #95684C; }
span { border-color: rgb(149,104,76); }
td.TdClassName
{
border-color: #95684C;
}
.TagClassName
{
border-color: #95684C;
}
</style>