Shades of Dark Chestnut #916D61
Tints of Dark Chestnut #916D61
RGB
CMYK
RGB Variations
Color information
#916D61 (or 0x916D61) is known color: Dark Chestnut. HEX triplet: 91, 6D and 61. RGB value is (145,109,97). Sum of RGB (Red+Green+Blue) = 145+109+97=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #916D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D61 is #6E929E. Grayscale: #767676. Windows color (decimal): -7246495 or 6385041. OLE color: 6385041.
HSL color Cylindrical-coordinate representation of color #916D61: hue angle of 15º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #916D61 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 97 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.43 |
| HSL | 15º | 0.2% | 0.47% | - |
| HSV(B) | 15º | 0.33% | 0.57% | - |
| XYZ | 19.3 | 17.82 | 13.73 | - |
| YUV | 118.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 97 | 0 | 0.25 | 0.33 | 0.43 | 15 | 0.2 | 0.47 |
| Hex | 91 | 6D | 61 | 0 | 19 | 21 | 2B | F | 14 | 2F |
| Octal | 221 | 155 | 141 | 0 | 31 | 41 | 53 | 17 | 24 | 57 |
| Binary | 10010001 | 1101101 | 1100001 | 0 | 11001 | 100001 | 101011 | 1111 | 10100 | 101111 |
Color Harmonies of #916D61
Complementary color
Monochromatic Colors of #916D61
Black with #916D61
Text Example
Text Example
White with #916D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D61; }
p { color: rgb(145,109,97); }
H1.HeaderClassName
{
color: #916D61;
}
.AnyTagClassName
{
color: #916D61;
}
</style>
background-color css
<style>
a { background-color: #916D61; }
a { background-color: rgb(145,109,97); }
div.DivClassName
{
background-color: #916D61;
}
.BgClassName
{
background-color: #916D61;
}
</style>
border-color css
<style>
span { border-color: #916D61; }
span { border-color: rgb(145,109,97); }
td.TdClassName
{
border-color: #916D61;
}
.TagClassName
{
border-color: #916D61;
}
</style>