Shades of Dark Chestnut #916661
Tints of Dark Chestnut #916661
RGB
CMYK
RGB Variations
Color information
#916661 (or 0x916661) is known color: Dark Chestnut. HEX triplet: 91, 66 and 61. RGB value is (145,102,97). Sum of RGB (Red+Green+Blue) = 145+102+97=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #916661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916661 is #6E999E. Grayscale: #727272. Windows color (decimal): -7248287 or 6383249. OLE color: 6383249.
HSL color Cylindrical-coordinate representation of color #916661: hue angle of 6.25º 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 #916661 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 97 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.43 |
| HSL | 6.25º | 0.2% | 0.47% | - |
| HSV(B) | 6.25º | 0.33% | 0.57% | - |
| XYZ | 18.59 | 16.39 | 13.49 | - |
| YUV | 114.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 97 | 0 | 0.30 | 0.33 | 0.43 | 6.25 | 0.2 | 0.47 |
| Hex | 91 | 66 | 61 | 0 | 1E | 21 | 2B | 6 | 14 | 2F |
| Octal | 221 | 146 | 141 | 0 | 36 | 41 | 53 | 6 | 24 | 57 |
| Binary | 10010001 | 1100110 | 1100001 | 0 | 11110 | 100001 | 101011 | 110 | 10100 | 101111 |
Color Harmonies of #916661
Complementary color
Monochromatic Colors of #916661
Black with #916661
Text Example
Text Example
White with #916661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916661; }
p { color: rgb(145,102,97); }
H1.HeaderClassName
{
color: #916661;
}
.AnyTagClassName
{
color: #916661;
}
</style>
background-color css
<style>
a { background-color: #916661; }
a { background-color: rgb(145,102,97); }
div.DivClassName
{
background-color: #916661;
}
.BgClassName
{
background-color: #916661;
}
</style>
border-color css
<style>
span { border-color: #916661; }
span { border-color: rgb(145,102,97); }
td.TdClassName
{
border-color: #916661;
}
.TagClassName
{
border-color: #916661;
}
</style>