Shades of Dark Chestnut #91675C
Tints of Dark Chestnut #91675C
RGB
CMYK
RGB Variations
Color information
#91675C (or 0x91675C) is known color: Dark Chestnut. HEX triplet: 91, 67 and 5C. RGB value is (145,103,92). Sum of RGB (Red+Green+Blue) = 145+103+92=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #91675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91675C is #6E98A3. Grayscale: #727272. Windows color (decimal): -7248036 or 6055825. OLE color: 6055825.
HSL color Cylindrical-coordinate representation of color #91675C: hue angle of 12.45º degrees, saturation: 0.22, 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 #91675C is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 92 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.43 |
| HSL | 12.45º | 0.22% | 0.46% | - |
| HSV(B) | 12.45º | 0.37% | 0.57% | - |
| XYZ | 18.46 | 16.49 | 12.34 | - |
| YUV | 114.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 92 | 0 | 0.29 | 0.37 | 0.43 | 12.45 | 0.22 | 0.46 |
| Hex | 91 | 67 | 5C | 0 | 1D | 25 | 2B | C | 16 | 2E |
| Octal | 221 | 147 | 134 | 0 | 35 | 45 | 53 | 14 | 26 | 56 |
| Binary | 10010001 | 1100111 | 1011100 | 0 | 11101 | 100101 | 101011 | 1100 | 10110 | 101110 |
Color Harmonies of #91675C
Complementary color
Monochromatic Colors of #91675C
Black with #91675C
Text Example
Text Example
White with #91675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91675C; }
p { color: rgb(145,103,92); }
H1.HeaderClassName
{
color: #91675C;
}
.AnyTagClassName
{
color: #91675C;
}
</style>
background-color css
<style>
a { background-color: #91675C; }
a { background-color: rgb(145,103,92); }
div.DivClassName
{
background-color: #91675C;
}
.BgClassName
{
background-color: #91675C;
}
</style>
border-color css
<style>
span { border-color: #91675C; }
span { border-color: rgb(145,103,92); }
td.TdClassName
{
border-color: #91675C;
}
.TagClassName
{
border-color: #91675C;
}
</style>