Shades of Dark Chestnut #92695D
Tints of Dark Chestnut #92695D
RGB
CMYK
RGB Variations
Color information
#92695D (or 0x92695D) is known color: Dark Chestnut. HEX triplet: 92, 69 and 5D. RGB value is (146,105,93). Sum of RGB (Red+Green+Blue) = 146+105+93=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 146 - color contains mainly: red. Hex color #92695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92695D is #6D96A2. Grayscale: #737373. Windows color (decimal): -7181987 or 6121874. OLE color: 6121874.
HSL color Cylindrical-coordinate representation of color #92695D: hue angle of 13.58º 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 #92695D is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 105 | 93 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.43 |
| HSL | 13.58º | 0.22% | 0.47% | - |
| HSV(B) | 13.58º | 0.36% | 0.57% | - |
| XYZ | 18.88 | 17 | 12.64 | - |
| YUV | 115.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 93 | 0 | 0.28 | 0.36 | 0.43 | 13.58 | 0.22 | 0.47 |
| Hex | 92 | 69 | 5D | 0 | 1C | 24 | 2B | E | 16 | 2F |
| Octal | 222 | 151 | 135 | 0 | 34 | 44 | 53 | 16 | 26 | 57 |
| Binary | 10010010 | 1101001 | 1011101 | 0 | 11100 | 100100 | 101011 | 1110 | 10110 | 101111 |
Color Harmonies of #92695D
Complementary color
Monochromatic Colors of #92695D
Black with #92695D
Text Example
Text Example
White with #92695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92695D; }
p { color: rgb(146,105,93); }
H1.HeaderClassName
{
color: #92695D;
}
.AnyTagClassName
{
color: #92695D;
}
</style>
background-color css
<style>
a { background-color: #92695D; }
a { background-color: rgb(146,105,93); }
div.DivClassName
{
background-color: #92695D;
}
.BgClassName
{
background-color: #92695D;
}
</style>
border-color css
<style>
span { border-color: #92695D; }
span { border-color: rgb(146,105,93); }
td.TdClassName
{
border-color: #92695D;
}
.TagClassName
{
border-color: #92695D;
}
</style>