Shades of Dark Chestnut #91726B
Tints of Dark Chestnut #91726B
RGB
CMYK
RGB Variations
Color information
#91726B (or 0x91726B) is known color: Dark Chestnut. HEX triplet: 91, 72 and 6B. RGB value is (145,114,107). Sum of RGB (Red+Green+Blue) = 145+114+107=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #91726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91726B is #6E8D94. Grayscale: #7A7A7A. Windows color (decimal): -7245205 or 7041681. OLE color: 7041681.
HSL color Cylindrical-coordinate representation of color #91726B: hue angle of 11.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91726B is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 114 | 107 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.43 |
| HSL | 11.05º | 0.15% | 0.49% | - |
| HSV(B) | 11.05º | 0.26% | 0.57% | - |
| XYZ | 20.35 | 19.12 | 16.53 | - |
| YUV | 122.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 107 | 0 | 0.21 | 0.26 | 0.43 | 11.05 | 0.15 | 0.49 |
| Hex | 91 | 72 | 6B | 0 | 15 | 1A | 2B | B | F | 31 |
| Octal | 221 | 162 | 153 | 0 | 25 | 32 | 53 | 13 | 17 | 61 |
| Binary | 10010001 | 1110010 | 1101011 | 0 | 10101 | 11010 | 101011 | 1011 | 1111 | 110001 |
Color Harmonies of #91726B
Complementary color
Monochromatic Colors of #91726B
Black with #91726B
Text Example
Text Example
White with #91726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91726B; }
p { color: rgb(145,114,107); }
H1.HeaderClassName
{
color: #91726B;
}
.AnyTagClassName
{
color: #91726B;
}
</style>
background-color css
<style>
a { background-color: #91726B; }
a { background-color: rgb(145,114,107); }
div.DivClassName
{
background-color: #91726B;
}
.BgClassName
{
background-color: #91726B;
}
</style>
border-color css
<style>
span { border-color: #91726B; }
span { border-color: rgb(145,114,107); }
td.TdClassName
{
border-color: #91726B;
}
.TagClassName
{
border-color: #91726B;
}
</style>