Shades of Dark Chestnut #916863
Tints of Dark Chestnut #916863
RGB
CMYK
RGB Variations
Color information
#916863 (or 0x916863) is known color: Dark Chestnut. HEX triplet: 91, 68 and 63. RGB value is (145,104,99). Sum of RGB (Red+Green+Blue) = 145+104+99=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #916863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916863 is #6E979C. Grayscale: #737373. Windows color (decimal): -7247773 or 6514833. OLE color: 6514833.
HSL color Cylindrical-coordinate representation of color #916863: hue angle of 6.52º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #916863 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 99 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.43 |
| HSL | 6.52º | 0.19% | 0.48% | - |
| HSV(B) | 6.52º | 0.32% | 0.57% | - |
| XYZ | 18.88 | 16.82 | 14.06 | - |
| YUV | 115.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 99 | 0 | 0.28 | 0.32 | 0.43 | 6.52 | 0.19 | 0.48 |
| Hex | 91 | 68 | 63 | 0 | 1C | 20 | 2B | 7 | 13 | 30 |
| Octal | 221 | 150 | 143 | 0 | 34 | 40 | 53 | 7 | 23 | 60 |
| Binary | 10010001 | 1101000 | 1100011 | 0 | 11100 | 100000 | 101011 | 111 | 10011 | 110000 |
Color Harmonies of #916863
Complementary color
Monochromatic Colors of #916863
Black with #916863
Text Example
Text Example
White with #916863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916863; }
p { color: rgb(145,104,99); }
H1.HeaderClassName
{
color: #916863;
}
.AnyTagClassName
{
color: #916863;
}
</style>
background-color css
<style>
a { background-color: #916863; }
a { background-color: rgb(145,104,99); }
div.DivClassName
{
background-color: #916863;
}
.BgClassName
{
background-color: #916863;
}
</style>
border-color css
<style>
span { border-color: #916863; }
span { border-color: rgb(145,104,99); }
td.TdClassName
{
border-color: #916863;
}
.TagClassName
{
border-color: #916863;
}
</style>