Shades of Dark Chestnut #916D67
Tints of Dark Chestnut #916D67
RGB
CMYK
RGB Variations
Color information
#916D67 (or 0x916D67) is known color: Dark Chestnut. HEX triplet: 91, 6D and 67. RGB value is (145,109,103). Sum of RGB (Red+Green+Blue) = 145+109+103=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #916D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D67 is #6E9298. Grayscale: #777777. Windows color (decimal): -7246489 or 6778257. OLE color: 6778257.
HSL color Cylindrical-coordinate representation of color #916D67: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #916D67 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 103 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.43 |
| HSL | 8.57º | 0.17% | 0.49% | - |
| HSV(B) | 8.57º | 0.29% | 0.57% | - |
| XYZ | 19.59 | 17.94 | 15.26 | - |
| YUV | 119.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 103 | 0 | 0.25 | 0.29 | 0.43 | 8.57 | 0.17 | 0.49 |
| Hex | 91 | 6D | 67 | 0 | 19 | 1D | 2B | 9 | 11 | 31 |
| Octal | 221 | 155 | 147 | 0 | 31 | 35 | 53 | 11 | 21 | 61 |
| Binary | 10010001 | 1101101 | 1100111 | 0 | 11001 | 11101 | 101011 | 1001 | 10001 | 110001 |
Color Harmonies of #916D67
Complementary color
Monochromatic Colors of #916D67
Black with #916D67
Text Example
Text Example
White with #916D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D67; }
p { color: rgb(145,109,103); }
H1.HeaderClassName
{
color: #916D67;
}
.AnyTagClassName
{
color: #916D67;
}
</style>
background-color css
<style>
a { background-color: #916D67; }
a { background-color: rgb(145,109,103); }
div.DivClassName
{
background-color: #916D67;
}
.BgClassName
{
background-color: #916D67;
}
</style>
border-color css
<style>
span { border-color: #916D67; }
span { border-color: rgb(145,109,103); }
td.TdClassName
{
border-color: #916D67;
}
.TagClassName
{
border-color: #916D67;
}
</style>