Shades of Dark Chestnut #8F655D
Tints of Dark Chestnut #8F655D
RGB
CMYK
RGB Variations
Color information
#8F655D (or 0x8F655D) is known color: Dark Chestnut. HEX triplet: 8F, 65 and 5D. RGB value is (143,101,93). Sum of RGB (Red+Green+Blue) = 143+101+93=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F655D is #709AA2. Grayscale: #707070. Windows color (decimal): -7379619 or 6120847. OLE color: 6120847.
HSL color Cylindrical-coordinate representation of color #8F655D: hue angle of 9.6º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F655D is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 101 | 93 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.44 |
| HSL | 9.6º | 0.21% | 0.46% | - |
| HSV(B) | 9.6º | 0.35% | 0.56% | - |
| XYZ | 17.96 | 15.94 | 12.49 | - |
| YUV | 112.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 101 | 93 | 0 | 0.29 | 0.35 | 0.44 | 9.6 | 0.21 | 0.46 |
| Hex | 8F | 65 | 5D | 0 | 1D | 23 | 2C | A | 15 | 2E |
| Octal | 217 | 145 | 135 | 0 | 35 | 43 | 54 | 12 | 25 | 56 |
| Binary | 10001111 | 1100101 | 1011101 | 0 | 11101 | 100011 | 101100 | 1010 | 10101 | 101110 |
Color Harmonies of #8F655D
Complementary color
Monochromatic Colors of #8F655D
Black with #8F655D
Text Example
Text Example
White with #8F655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F655D; }
p { color: rgb(143,101,93); }
H1.HeaderClassName
{
color: #8F655D;
}
.AnyTagClassName
{
color: #8F655D;
}
</style>
background-color css
<style>
a { background-color: #8F655D; }
a { background-color: rgb(143,101,93); }
div.DivClassName
{
background-color: #8F655D;
}
.BgClassName
{
background-color: #8F655D;
}
</style>
border-color css
<style>
span { border-color: #8F655D; }
span { border-color: rgb(143,101,93); }
td.TdClassName
{
border-color: #8F655D;
}
.TagClassName
{
border-color: #8F655D;
}
</style>