Shades of Dark Chestnut #8D655C
Tints of Dark Chestnut #8D655C
RGB
CMYK
RGB Variations
Color information
#8D655C (or 0x8D655C) is known color: Dark Chestnut. HEX triplet: 8D, 65 and 5C. RGB value is (141,101,92). Sum of RGB (Red+Green+Blue) = 141+101+92=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D655C is #729AA3. Grayscale: #707070. Windows color (decimal): -7510692 or 6055309. OLE color: 6055309.
HSL color Cylindrical-coordinate representation of color #8D655C: hue angle of 11.02º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D655C is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 92 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.45 |
| HSL | 11.02º | 0.21% | 0.46% | - |
| HSV(B) | 11.02º | 0.35% | 0.55% | - |
| XYZ | 17.57 | 15.74 | 12.24 | - |
| YUV | 111.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 92 | 0 | 0.28 | 0.35 | 0.45 | 11.02 | 0.21 | 0.46 |
| Hex | 8D | 65 | 5C | 0 | 1C | 23 | 2D | B | 15 | 2E |
| Octal | 215 | 145 | 134 | 0 | 34 | 43 | 55 | 13 | 25 | 56 |
| Binary | 10001101 | 1100101 | 1011100 | 0 | 11100 | 100011 | 101101 | 1011 | 10101 | 101110 |
Color Harmonies of #8D655C
Complementary color
Monochromatic Colors of #8D655C
Black with #8D655C
Text Example
Text Example
White with #8D655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D655C; }
p { color: rgb(141,101,92); }
H1.HeaderClassName
{
color: #8D655C;
}
.AnyTagClassName
{
color: #8D655C;
}
</style>
background-color css
<style>
a { background-color: #8D655C; }
a { background-color: rgb(141,101,92); }
div.DivClassName
{
background-color: #8D655C;
}
.BgClassName
{
background-color: #8D655C;
}
</style>
border-color css
<style>
span { border-color: #8D655C; }
span { border-color: rgb(141,101,92); }
td.TdClassName
{
border-color: #8D655C;
}
.TagClassName
{
border-color: #8D655C;
}
</style>