Shades of Dark Chestnut #91665D
Tints of Dark Chestnut #91665D
RGB
CMYK
RGB Variations
Color information
#91665D (or 0x91665D) is known color: Dark Chestnut. HEX triplet: 91, 66 and 5D. RGB value is (145,102,93). Sum of RGB (Red+Green+Blue) = 145+102+93=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #91665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91665D is #6E99A2. Grayscale: #717171. Windows color (decimal): -7248291 or 6121105. OLE color: 6121105.
HSL color Cylindrical-coordinate representation of color #91665D: hue angle of 10.38º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91665D is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 93 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.43 |
| HSL | 10.38º | 0.22% | 0.47% | - |
| HSV(B) | 10.38º | 0.36% | 0.57% | - |
| XYZ | 18.4 | 16.31 | 12.53 | - |
| YUV | 113.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 93 | 0 | 0.30 | 0.36 | 0.43 | 10.38 | 0.22 | 0.47 |
| Hex | 91 | 66 | 5D | 0 | 1E | 24 | 2B | A | 16 | 2F |
| Octal | 221 | 146 | 135 | 0 | 36 | 44 | 53 | 12 | 26 | 57 |
| Binary | 10010001 | 1100110 | 1011101 | 0 | 11110 | 100100 | 101011 | 1010 | 10110 | 101111 |
Color Harmonies of #91665D
Complementary color
Monochromatic Colors of #91665D
Black with #91665D
Text Example
Text Example
White with #91665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91665D; }
p { color: rgb(145,102,93); }
H1.HeaderClassName
{
color: #91665D;
}
.AnyTagClassName
{
color: #91665D;
}
</style>
background-color css
<style>
a { background-color: #91665D; }
a { background-color: rgb(145,102,93); }
div.DivClassName
{
background-color: #91665D;
}
.BgClassName
{
background-color: #91665D;
}
</style>
border-color css
<style>
span { border-color: #91665D; }
span { border-color: rgb(145,102,93); }
td.TdClassName
{
border-color: #91665D;
}
.TagClassName
{
border-color: #91665D;
}
</style>