Shades of Dark Chestnut #95695D
Tints of Dark Chestnut #95695D
RGB
CMYK
RGB Variations
Color information
#95695D (or 0x95695D) is known color: Dark Chestnut. HEX triplet: 95, 69 and 5D. RGB value is (149,105,93). Sum of RGB (Red+Green+Blue) = 149+105+93=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #95695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95695D is #6A96A2. Grayscale: #747474. Windows color (decimal): -6985379 or 6121877. OLE color: 6121877.
HSL color Cylindrical-coordinate representation of color #95695D: hue angle of 12.86º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95695D is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 105 | 93 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.42 |
| HSL | 12.86º | 0.23% | 0.47% | - |
| HSV(B) | 12.86º | 0.38% | 0.58% | - |
| XYZ | 19.42 | 17.28 | 12.67 | - |
| YUV | 116.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 93 | 0 | 0.30 | 0.38 | 0.42 | 12.86 | 0.23 | 0.47 |
| Hex | 95 | 69 | 5D | 0 | 1E | 26 | 2A | D | 17 | 2F |
| Octal | 225 | 151 | 135 | 0 | 36 | 46 | 52 | 15 | 27 | 57 |
| Binary | 10010101 | 1101001 | 1011101 | 0 | 11110 | 100110 | 101010 | 1101 | 10111 | 101111 |
Color Harmonies of #95695D
Complementary color
Monochromatic Colors of #95695D
Black with #95695D
Text Example
Text Example
White with #95695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95695D; }
p { color: rgb(149,105,93); }
H1.HeaderClassName
{
color: #95695D;
}
.AnyTagClassName
{
color: #95695D;
}
</style>
background-color css
<style>
a { background-color: #95695D; }
a { background-color: rgb(149,105,93); }
div.DivClassName
{
background-color: #95695D;
}
.BgClassName
{
background-color: #95695D;
}
</style>
border-color css
<style>
span { border-color: #95695D; }
span { border-color: rgb(149,105,93); }
td.TdClassName
{
border-color: #95695D;
}
.TagClassName
{
border-color: #95695D;
}
</style>