Shades of Dark Chestnut #91655C
Tints of Dark Chestnut #91655C
RGB
CMYK
RGB Variations
Color information
#91655C (or 0x91655C) is known color: Dark Chestnut. HEX triplet: 91, 65 and 5C. RGB value is (145,101,92). Sum of RGB (Red+Green+Blue) = 145+101+92=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #91655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91655C is #6E9AA3. Grayscale: #717171. Windows color (decimal): -7248548 or 6055313. OLE color: 6055313.
HSL color Cylindrical-coordinate representation of color #91655C: hue angle of 10.19º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91655C is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 101 | 92 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.43 |
| HSL | 10.19º | 0.22% | 0.46% | - |
| HSV(B) | 10.19º | 0.37% | 0.57% | - |
| XYZ | 18.26 | 16.1 | 12.27 | - |
| YUV | 113.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 92 | 0 | 0.30 | 0.37 | 0.43 | 10.19 | 0.22 | 0.46 |
| Hex | 91 | 65 | 5C | 0 | 1E | 25 | 2B | A | 16 | 2E |
| Octal | 221 | 145 | 134 | 0 | 36 | 45 | 53 | 12 | 26 | 56 |
| Binary | 10010001 | 1100101 | 1011100 | 0 | 11110 | 100101 | 101011 | 1010 | 10110 | 101110 |
Color Harmonies of #91655C
Complementary color
Monochromatic Colors of #91655C
Black with #91655C
Text Example
Text Example
White with #91655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91655C; }
p { color: rgb(145,101,92); }
H1.HeaderClassName
{
color: #91655C;
}
.AnyTagClassName
{
color: #91655C;
}
</style>
background-color css
<style>
a { background-color: #91655C; }
a { background-color: rgb(145,101,92); }
div.DivClassName
{
background-color: #91655C;
}
.BgClassName
{
background-color: #91655C;
}
</style>
border-color css
<style>
span { border-color: #91655C; }
span { border-color: rgb(145,101,92); }
td.TdClassName
{
border-color: #91655C;
}
.TagClassName
{
border-color: #91655C;
}
</style>