Shades of Dark Chestnut #92645E
Tints of Dark Chestnut #92645E
RGB
CMYK
RGB Variations
Color information
#92645E (or 0x92645E) is known color: Dark Chestnut. HEX triplet: 92, 64 and 5E. RGB value is (146,100,94). Sum of RGB (Red+Green+Blue) = 146+100+94=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #92645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92645E is #6D9BA1. Grayscale: #717171. Windows color (decimal): -7183266 or 6186130. OLE color: 6186130.
HSL color Cylindrical-coordinate representation of color #92645E: hue angle of 6.92º 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 #92645E is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 100 | 94 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.43 |
| HSL | 6.92º | 0.22% | 0.47% | - |
| HSV(B) | 6.92º | 0.36% | 0.57% | - |
| XYZ | 18.43 | 16.03 | 12.71 | - |
| YUV | 113.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 100 | 94 | 0 | 0.32 | 0.36 | 0.43 | 6.92 | 0.22 | 0.47 |
| Hex | 92 | 64 | 5E | 0 | 20 | 24 | 2B | 7 | 16 | 2F |
| Octal | 222 | 144 | 136 | 0 | 40 | 44 | 53 | 7 | 26 | 57 |
| Binary | 10010010 | 1100100 | 1011110 | 0 | 100000 | 100100 | 101011 | 111 | 10110 | 101111 |
Color Harmonies of #92645E
Complementary color
Monochromatic Colors of #92645E
Black with #92645E
Text Example
Text Example
White with #92645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92645E; }
p { color: rgb(146,100,94); }
H1.HeaderClassName
{
color: #92645E;
}
.AnyTagClassName
{
color: #92645E;
}
</style>
background-color css
<style>
a { background-color: #92645E; }
a { background-color: rgb(146,100,94); }
div.DivClassName
{
background-color: #92645E;
}
.BgClassName
{
background-color: #92645E;
}
</style>
border-color css
<style>
span { border-color: #92645E; }
span { border-color: rgb(146,100,94); }
td.TdClassName
{
border-color: #92645E;
}
.TagClassName
{
border-color: #92645E;
}
</style>