Shades of Dark Chestnut #95695C
Tints of Dark Chestnut #95695C
RGB
CMYK
RGB Variations
Color information
#95695C (or 0x95695C) is known color: Dark Chestnut. HEX triplet: 95, 69 and 5C. RGB value is (149,105,92). Sum of RGB (Red+Green+Blue) = 149+105+92=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95695C is #6A96A3. Grayscale: #747474. Windows color (decimal): -6985380 or 6056341. OLE color: 6056341.
HSL color Cylindrical-coordinate representation of color #95695C: hue angle of 13.68º 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 #95695C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 105 | 92 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.42 |
| HSL | 13.68º | 0.24% | 0.47% | - |
| HSV(B) | 13.68º | 0.38% | 0.58% | - |
| XYZ | 19.38 | 17.27 | 12.44 | - |
| YUV | 116.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 92 | 0 | 0.30 | 0.38 | 0.42 | 13.68 | 0.24 | 0.47 |
| Hex | 95 | 69 | 5C | 0 | 1E | 26 | 2A | E | 18 | 2F |
| Octal | 225 | 151 | 134 | 0 | 36 | 46 | 52 | 16 | 30 | 57 |
| Binary | 10010101 | 1101001 | 1011100 | 0 | 11110 | 100110 | 101010 | 1110 | 11000 | 101111 |
Color Harmonies of #95695C
Complementary color
Monochromatic Colors of #95695C
Black with #95695C
Text Example
Text Example
White with #95695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95695C; }
p { color: rgb(149,105,92); }
H1.HeaderClassName
{
color: #95695C;
}
.AnyTagClassName
{
color: #95695C;
}
</style>
background-color css
<style>
a { background-color: #95695C; }
a { background-color: rgb(149,105,92); }
div.DivClassName
{
background-color: #95695C;
}
.BgClassName
{
background-color: #95695C;
}
</style>
border-color css
<style>
span { border-color: #95695C; }
span { border-color: rgb(149,105,92); }
td.TdClassName
{
border-color: #95695C;
}
.TagClassName
{
border-color: #95695C;
}
</style>