Shades of Dark Chestnut #916965
Tints of Dark Chestnut #916965
RGB
CMYK
RGB Variations
Color information
#916965 (or 0x916965) is known color: Dark Chestnut. HEX triplet: 91, 69 and 65. RGB value is (145,105,101). Sum of RGB (Red+Green+Blue) = 145+105+101=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #916965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916965 is #6E969A. Grayscale: #747474. Windows color (decimal): -7247515 or 6646161. OLE color: 6646161.
HSL color Cylindrical-coordinate representation of color #916965: hue angle of 5.45º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916965 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 105 | 101 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.43 |
| HSL | 5.45º | 0.18% | 0.48% | - |
| HSV(B) | 5.45º | 0.3% | 0.57% | - |
| XYZ | 19.08 | 17.06 | 14.6 | - |
| YUV | 116.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 101 | 0 | 0.28 | 0.30 | 0.43 | 5.45 | 0.18 | 0.48 |
| Hex | 91 | 69 | 65 | 0 | 1C | 1E | 2B | 5 | 12 | 30 |
| Octal | 221 | 151 | 145 | 0 | 34 | 36 | 53 | 5 | 22 | 60 |
| Binary | 10010001 | 1101001 | 1100101 | 0 | 11100 | 11110 | 101011 | 101 | 10010 | 110000 |
Color Harmonies of #916965
Complementary color
Monochromatic Colors of #916965
Black with #916965
Text Example
Text Example
White with #916965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916965; }
p { color: rgb(145,105,101); }
H1.HeaderClassName
{
color: #916965;
}
.AnyTagClassName
{
color: #916965;
}
</style>
background-color css
<style>
a { background-color: #916965; }
a { background-color: rgb(145,105,101); }
div.DivClassName
{
background-color: #916965;
}
.BgClassName
{
background-color: #916965;
}
</style>
border-color css
<style>
span { border-color: #916965; }
span { border-color: rgb(145,105,101); }
td.TdClassName
{
border-color: #916965;
}
.TagClassName
{
border-color: #916965;
}
</style>