Shades of Dark Chestnut #91675D
Tints of Dark Chestnut #91675D
RGB
CMYK
RGB Variations
Color information
#91675D (or 0x91675D) is known color: Dark Chestnut. HEX triplet: 91, 67 and 5D. RGB value is (145,103,93). Sum of RGB (Red+Green+Blue) = 145+103+93=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #91675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91675D is #6E98A2. Grayscale: #727272. Windows color (decimal): -7248035 or 6121361. OLE color: 6121361.
HSL color Cylindrical-coordinate representation of color #91675D: hue angle of 11.54º 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 #91675D is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 93 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.43 |
| HSL | 11.54º | 0.22% | 0.47% | - |
| HSV(B) | 11.54º | 0.36% | 0.57% | - |
| XYZ | 18.5 | 16.51 | 12.57 | - |
| YUV | 114.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 93 | 0 | 0.29 | 0.36 | 0.43 | 11.54 | 0.22 | 0.47 |
| Hex | 91 | 67 | 5D | 0 | 1D | 24 | 2B | C | 16 | 2F |
| Octal | 221 | 147 | 135 | 0 | 35 | 44 | 53 | 14 | 26 | 57 |
| Binary | 10010001 | 1100111 | 1011101 | 0 | 11101 | 100100 | 101011 | 1100 | 10110 | 101111 |
Color Harmonies of #91675D
Complementary color
Monochromatic Colors of #91675D
Black with #91675D
Text Example
Text Example
White with #91675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91675D; }
p { color: rgb(145,103,93); }
H1.HeaderClassName
{
color: #91675D;
}
.AnyTagClassName
{
color: #91675D;
}
</style>
background-color css
<style>
a { background-color: #91675D; }
a { background-color: rgb(145,103,93); }
div.DivClassName
{
background-color: #91675D;
}
.BgClassName
{
background-color: #91675D;
}
</style>
border-color css
<style>
span { border-color: #91675D; }
span { border-color: rgb(145,103,93); }
td.TdClassName
{
border-color: #91675D;
}
.TagClassName
{
border-color: #91675D;
}
</style>