Shades of Dark Chestnut #91665B
Tints of Dark Chestnut #91665B
RGB
CMYK
RGB Variations
Color information
#91665B (or 0x91665B) is known color: Dark Chestnut. HEX triplet: 91, 66 and 5B. RGB value is (145,102,91). Sum of RGB (Red+Green+Blue) = 145+102+91=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #91665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91665B is #6E99A4. Grayscale: #717171. Windows color (decimal): -7248293 or 5990033. OLE color: 5990033.
HSL color Cylindrical-coordinate representation of color #91665B: hue angle of 12.22º degrees, saturation: 0.23, 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 #91665B is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 91 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.43 |
| HSL | 12.22º | 0.23% | 0.46% | - |
| HSV(B) | 12.22º | 0.37% | 0.57% | - |
| XYZ | 18.32 | 16.28 | 12.07 | - |
| YUV | 113.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 91 | 0 | 0.30 | 0.37 | 0.43 | 12.22 | 0.23 | 0.46 |
| Hex | 91 | 66 | 5B | 0 | 1E | 25 | 2B | C | 17 | 2E |
| Octal | 221 | 146 | 133 | 0 | 36 | 45 | 53 | 14 | 27 | 56 |
| Binary | 10010001 | 1100110 | 1011011 | 0 | 11110 | 100101 | 101011 | 1100 | 10111 | 101110 |
Color Harmonies of #91665B
Complementary color
Monochromatic Colors of #91665B
Black with #91665B
Text Example
Text Example
White with #91665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91665B; }
p { color: rgb(145,102,91); }
H1.HeaderClassName
{
color: #91665B;
}
.AnyTagClassName
{
color: #91665B;
}
</style>
background-color css
<style>
a { background-color: #91665B; }
a { background-color: rgb(145,102,91); }
div.DivClassName
{
background-color: #91665B;
}
.BgClassName
{
background-color: #91665B;
}
</style>
border-color css
<style>
span { border-color: #91665B; }
span { border-color: rgb(145,102,91); }
td.TdClassName
{
border-color: #91665B;
}
.TagClassName
{
border-color: #91665B;
}
</style>