Shades of Dark Chestnut #926965
Tints of Dark Chestnut #926965
RGB
CMYK
RGB Variations
Color information
#926965 (or 0x926965) is known color: Dark Chestnut. HEX triplet: 92, 69 and 65. RGB value is (146,105,101). Sum of RGB (Red+Green+Blue) = 146+105+101=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #926965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926965 is #6D969A. Grayscale: #747474. Windows color (decimal): -7181979 or 6646162. OLE color: 6646162.
HSL color Cylindrical-coordinate representation of color #926965: hue angle of 5.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #926965 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 105 | 101 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.43 |
| HSL | 5.33º | 0.18% | 0.48% | - |
| HSV(B) | 5.33º | 0.31% | 0.57% | - |
| XYZ | 19.25 | 17.15 | 14.61 | - |
| YUV | 116.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 101 | 0 | 0.28 | 0.31 | 0.43 | 5.33 | 0.18 | 0.48 |
| Hex | 92 | 69 | 65 | 0 | 1C | 1F | 2B | 5 | 12 | 30 |
| Octal | 222 | 151 | 145 | 0 | 34 | 37 | 53 | 5 | 22 | 60 |
| Binary | 10010010 | 1101001 | 1100101 | 0 | 11100 | 11111 | 101011 | 101 | 10010 | 110000 |
Color Harmonies of #926965
Complementary color
Monochromatic Colors of #926965
Black with #926965
Text Example
Text Example
White with #926965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926965; }
p { color: rgb(146,105,101); }
H1.HeaderClassName
{
color: #926965;
}
.AnyTagClassName
{
color: #926965;
}
</style>
background-color css
<style>
a { background-color: #926965; }
a { background-color: rgb(146,105,101); }
div.DivClassName
{
background-color: #926965;
}
.BgClassName
{
background-color: #926965;
}
</style>
border-color css
<style>
span { border-color: #926965; }
span { border-color: rgb(146,105,101); }
td.TdClassName
{
border-color: #926965;
}
.TagClassName
{
border-color: #926965;
}
</style>