Shades of Dark Chestnut #91726A
Tints of Dark Chestnut #91726A
RGB
CMYK
RGB Variations
Color information
#91726A (or 0x91726A) is known color: Dark Chestnut. HEX triplet: 91, 72 and 6A. RGB value is (145,114,106). Sum of RGB (Red+Green+Blue) = 145+114+106=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #91726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91726A is #6E8D95. Grayscale: #7A7A7A. Windows color (decimal): -7245206 or 6976145. OLE color: 6976145.
HSL color Cylindrical-coordinate representation of color #91726A: hue angle of 12.31º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91726A is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 114 | 106 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.43 |
| HSL | 12.31º | 0.16% | 0.49% | - |
| HSV(B) | 12.31º | 0.27% | 0.57% | - |
| XYZ | 20.3 | 19.09 | 16.25 | - |
| YUV | 122.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 106 | 0 | 0.21 | 0.27 | 0.43 | 12.31 | 0.16 | 0.49 |
| Hex | 91 | 72 | 6A | 0 | 15 | 1B | 2B | C | 10 | 31 |
| Octal | 221 | 162 | 152 | 0 | 25 | 33 | 53 | 14 | 20 | 61 |
| Binary | 10010001 | 1110010 | 1101010 | 0 | 10101 | 11011 | 101011 | 1100 | 10000 | 110001 |
Color Harmonies of #91726A
Complementary color
Monochromatic Colors of #91726A
Black with #91726A
Text Example
Text Example
White with #91726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91726A; }
p { color: rgb(145,114,106); }
H1.HeaderClassName
{
color: #91726A;
}
.AnyTagClassName
{
color: #91726A;
}
</style>
background-color css
<style>
a { background-color: #91726A; }
a { background-color: rgb(145,114,106); }
div.DivClassName
{
background-color: #91726A;
}
.BgClassName
{
background-color: #91726A;
}
</style>
border-color css
<style>
span { border-color: #91726A; }
span { border-color: rgb(145,114,106); }
td.TdClassName
{
border-color: #91726A;
}
.TagClassName
{
border-color: #91726A;
}
</style>