Shades of Dark Chestnut #957065
Tints of Dark Chestnut #957065
RGB
CMYK
RGB Variations
Color information
#957065 (or 0x957065) is known color: Dark Chestnut. HEX triplet: 95, 70 and 65. RGB value is (149,112,101). Sum of RGB (Red+Green+Blue) = 149+112+101=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #957065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957065 is #6A8F9A. Grayscale: #797979. Windows color (decimal): -6983579 or 6647957. OLE color: 6647957.
HSL color Cylindrical-coordinate representation of color #957065: hue angle of 13.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #957065 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 112 | 101 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.42 |
| HSL | 13.75º | 0.19% | 0.49% | - |
| HSV(B) | 13.75º | 0.32% | 0.58% | - |
| XYZ | 20.54 | 18.92 | 14.88 | - |
| YUV | 121.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 101 | 0 | 0.25 | 0.32 | 0.42 | 13.75 | 0.19 | 0.49 |
| Hex | 95 | 70 | 65 | 0 | 19 | 20 | 2A | E | 13 | 31 |
| Octal | 225 | 160 | 145 | 0 | 31 | 40 | 52 | 16 | 23 | 61 |
| Binary | 10010101 | 1110000 | 1100101 | 0 | 11001 | 100000 | 101010 | 1110 | 10011 | 110001 |
Color Harmonies of #957065
Complementary color
Monochromatic Colors of #957065
Black with #957065
Text Example
Text Example
White with #957065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957065; }
p { color: rgb(149,112,101); }
H1.HeaderClassName
{
color: #957065;
}
.AnyTagClassName
{
color: #957065;
}
</style>
background-color css
<style>
a { background-color: #957065; }
a { background-color: rgb(149,112,101); }
div.DivClassName
{
background-color: #957065;
}
.BgClassName
{
background-color: #957065;
}
</style>
border-color css
<style>
span { border-color: #957065; }
span { border-color: rgb(149,112,101); }
td.TdClassName
{
border-color: #957065;
}
.TagClassName
{
border-color: #957065;
}
</style>