Shades of Dark Chestnut #92625B
Tints of Dark Chestnut #92625B
RGB
CMYK
RGB Variations
Color information
#92625B (or 0x92625B) is known color: Dark Chestnut. HEX triplet: 92, 62 and 5B. RGB value is (146,98,91). Sum of RGB (Red+Green+Blue) = 146+98+91=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #92625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92625B is #6D9DA4. Grayscale: #6F6F6F. Windows color (decimal): -7183781 or 5989010. OLE color: 5989010.
HSL color Cylindrical-coordinate representation of color #92625B: hue angle of 7.64º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92625B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 98 | 91 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.43 |
| HSL | 7.64º | 0.23% | 0.46% | - |
| HSV(B) | 7.64º | 0.38% | 0.57% | - |
| XYZ | 18.11 | 15.6 | 11.95 | - |
| YUV | 111.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 91 | 0 | 0.33 | 0.38 | 0.43 | 7.64 | 0.23 | 0.46 |
| Hex | 92 | 62 | 5B | 0 | 21 | 26 | 2B | 8 | 17 | 2E |
| Octal | 222 | 142 | 133 | 0 | 41 | 46 | 53 | 10 | 27 | 56 |
| Binary | 10010010 | 1100010 | 1011011 | 0 | 100001 | 100110 | 101011 | 1000 | 10111 | 101110 |
Color Harmonies of #92625B
Complementary color
Monochromatic Colors of #92625B
Black with #92625B
Text Example
Text Example
White with #92625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92625B; }
p { color: rgb(146,98,91); }
H1.HeaderClassName
{
color: #92625B;
}
.AnyTagClassName
{
color: #92625B;
}
</style>
background-color css
<style>
a { background-color: #92625B; }
a { background-color: rgb(146,98,91); }
div.DivClassName
{
background-color: #92625B;
}
.BgClassName
{
background-color: #92625B;
}
</style>
border-color css
<style>
span { border-color: #92625B; }
span { border-color: rgb(146,98,91); }
td.TdClassName
{
border-color: #92625B;
}
.TagClassName
{
border-color: #92625B;
}
</style>