Shades of Dark Chestnut #92635C
Tints of Dark Chestnut #92635C
RGB
CMYK
RGB Variations
Color information
#92635C (or 0x92635C) is known color: Dark Chestnut. HEX triplet: 92, 63 and 5C. RGB value is (146,99,92). Sum of RGB (Red+Green+Blue) = 146+99+92=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #92635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92635C is #6D9CA3. Grayscale: #707070. Windows color (decimal): -7183524 or 6054802. OLE color: 6054802.
HSL color Cylindrical-coordinate representation of color #92635C: hue angle of 7.78º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92635C is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 99 | 92 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.43 |
| HSL | 7.78º | 0.23% | 0.47% | - |
| HSV(B) | 7.78º | 0.37% | 0.57% | - |
| XYZ | 18.25 | 15.81 | 12.21 | - |
| YUV | 112.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 92 | 0 | 0.32 | 0.37 | 0.43 | 7.78 | 0.23 | 0.47 |
| Hex | 92 | 63 | 5C | 0 | 20 | 25 | 2B | 8 | 17 | 2F |
| Octal | 222 | 143 | 134 | 0 | 40 | 45 | 53 | 10 | 27 | 57 |
| Binary | 10010010 | 1100011 | 1011100 | 0 | 100000 | 100101 | 101011 | 1000 | 10111 | 101111 |
Color Harmonies of #92635C
Complementary color
Monochromatic Colors of #92635C
Black with #92635C
Text Example
Text Example
White with #92635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92635C; }
p { color: rgb(146,99,92); }
H1.HeaderClassName
{
color: #92635C;
}
.AnyTagClassName
{
color: #92635C;
}
</style>
background-color css
<style>
a { background-color: #92635C; }
a { background-color: rgb(146,99,92); }
div.DivClassName
{
background-color: #92635C;
}
.BgClassName
{
background-color: #92635C;
}
</style>
border-color css
<style>
span { border-color: #92635C; }
span { border-color: rgb(146,99,92); }
td.TdClassName
{
border-color: #92635C;
}
.TagClassName
{
border-color: #92635C;
}
</style>