Shades of Dark Chestnut #95685C
Tints of Dark Chestnut #95685C
RGB
CMYK
RGB Variations
Color information
#95685C (or 0x95685C) is known color: Dark Chestnut. HEX triplet: 95, 68 and 5C. RGB value is (149,104,92). Sum of RGB (Red+Green+Blue) = 149+104+92=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #95685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95685C is #6A97A3. Grayscale: #747474. Windows color (decimal): -6985636 or 6056085. OLE color: 6056085.
HSL color Cylindrical-coordinate representation of color #95685C: hue angle of 12.63º degrees, saturation: 0.24, 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 #95685C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 104 | 92 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.42 |
| HSL | 12.63º | 0.24% | 0.47% | - |
| HSV(B) | 12.63º | 0.38% | 0.58% | - |
| XYZ | 19.28 | 17.06 | 12.4 | - |
| YUV | 116.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 92 | 0 | 0.30 | 0.38 | 0.42 | 12.63 | 0.24 | 0.47 |
| Hex | 95 | 68 | 5C | 0 | 1E | 26 | 2A | D | 18 | 2F |
| Octal | 225 | 150 | 134 | 0 | 36 | 46 | 52 | 15 | 30 | 57 |
| Binary | 10010101 | 1101000 | 1011100 | 0 | 11110 | 100110 | 101010 | 1101 | 11000 | 101111 |
Color Harmonies of #95685C
Complementary color
Monochromatic Colors of #95685C
Black with #95685C
Text Example
Text Example
White with #95685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95685C; }
p { color: rgb(149,104,92); }
H1.HeaderClassName
{
color: #95685C;
}
.AnyTagClassName
{
color: #95685C;
}
</style>
background-color css
<style>
a { background-color: #95685C; }
a { background-color: rgb(149,104,92); }
div.DivClassName
{
background-color: #95685C;
}
.BgClassName
{
background-color: #95685C;
}
</style>
border-color css
<style>
span { border-color: #95685C; }
span { border-color: rgb(149,104,92); }
td.TdClassName
{
border-color: #95685C;
}
.TagClassName
{
border-color: #95685C;
}
</style>