Shades of Dark Chestnut #916F64
Tints of Dark Chestnut #916F64
RGB
CMYK
RGB Variations
Color information
#916F64 (or 0x916F64) is known color: Dark Chestnut. HEX triplet: 91, 6F and 64. RGB value is (145,111,100). Sum of RGB (Red+Green+Blue) = 145+111+100=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #916F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F64 is #6E909B. Grayscale: #777777. Windows color (decimal): -7245980 or 6582161. OLE color: 6582161.
HSL color Cylindrical-coordinate representation of color #916F64: hue angle of 14.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #916F64 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 100 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.43 |
| HSL | 14.67º | 0.18% | 0.48% | - |
| HSV(B) | 14.67º | 0.31% | 0.57% | - |
| XYZ | 19.66 | 18.31 | 14.55 | - |
| YUV | 119.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 100 | 0 | 0.23 | 0.31 | 0.43 | 14.67 | 0.18 | 0.48 |
| Hex | 91 | 6F | 64 | 0 | 17 | 1F | 2B | F | 12 | 30 |
| Octal | 221 | 157 | 144 | 0 | 27 | 37 | 53 | 17 | 22 | 60 |
| Binary | 10010001 | 1101111 | 1100100 | 0 | 10111 | 11111 | 101011 | 1111 | 10010 | 110000 |
Color Harmonies of #916F64
Complementary color
Monochromatic Colors of #916F64
Black with #916F64
Text Example
Text Example
White with #916F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F64; }
p { color: rgb(145,111,100); }
H1.HeaderClassName
{
color: #916F64;
}
.AnyTagClassName
{
color: #916F64;
}
</style>
background-color css
<style>
a { background-color: #916F64; }
a { background-color: rgb(145,111,100); }
div.DivClassName
{
background-color: #916F64;
}
.BgClassName
{
background-color: #916F64;
}
</style>
border-color css
<style>
span { border-color: #916F64; }
span { border-color: rgb(145,111,100); }
td.TdClassName
{
border-color: #916F64;
}
.TagClassName
{
border-color: #916F64;
}
</style>