Shades of Dark Chestnut #916962
Tints of Dark Chestnut #916962
RGB
CMYK
RGB Variations
Color information
#916962 (or 0x916962) is known color: Dark Chestnut. HEX triplet: 91, 69 and 62. RGB value is (145,105,98). Sum of RGB (Red+Green+Blue) = 145+105+98=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #916962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916962 is #6E969D. Grayscale: #747474. Windows color (decimal): -7247518 or 6449553. OLE color: 6449553.
HSL color Cylindrical-coordinate representation of color #916962: hue angle of 8.94º 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 #916962 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 105 | 98 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.43 |
| HSL | 8.94º | 0.19% | 0.48% | - |
| HSV(B) | 8.94º | 0.32% | 0.57% | - |
| XYZ | 18.93 | 17 | 13.84 | - |
| YUV | 116.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 98 | 0 | 0.28 | 0.32 | 0.43 | 8.94 | 0.19 | 0.48 |
| Hex | 91 | 69 | 62 | 0 | 1C | 20 | 2B | 9 | 13 | 30 |
| Octal | 221 | 151 | 142 | 0 | 34 | 40 | 53 | 11 | 23 | 60 |
| Binary | 10010001 | 1101001 | 1100010 | 0 | 11100 | 100000 | 101011 | 1001 | 10011 | 110000 |
Color Harmonies of #916962
Complementary color
Monochromatic Colors of #916962
Black with #916962
Text Example
Text Example
White with #916962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916962; }
p { color: rgb(145,105,98); }
H1.HeaderClassName
{
color: #916962;
}
.AnyTagClassName
{
color: #916962;
}
</style>
background-color css
<style>
a { background-color: #916962; }
a { background-color: rgb(145,105,98); }
div.DivClassName
{
background-color: #916962;
}
.BgClassName
{
background-color: #916962;
}
</style>
border-color css
<style>
span { border-color: #916962; }
span { border-color: rgb(145,105,98); }
td.TdClassName
{
border-color: #916962;
}
.TagClassName
{
border-color: #916962;
}
</style>