Shades of Dark Chestnut #8B6D64
Tints of Dark Chestnut #8B6D64
RGB
CMYK
RGB Variations
Color information
#8B6D64 (or 0x8B6D64) is known color: Dark Chestnut. HEX triplet: 8B, 6D and 64. RGB value is (139,109,100). Sum of RGB (Red+Green+Blue) = 139+109+100=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D64 is #74929B. Grayscale: #757575. Windows color (decimal): -7639708 or 6581643. OLE color: 6581643.
HSL color Cylindrical-coordinate representation of color #8B6D64: hue angle of 13.85º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B6D64 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 100 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.45 |
| HSL | 13.85º | 0.16% | 0.47% | - |
| HSV(B) | 13.85º | 0.28% | 0.55% | - |
| XYZ | 18.42 | 17.35 | 14.43 | - |
| YUV | 116.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 100 | 0 | 0.22 | 0.28 | 0.45 | 13.85 | 0.16 | 0.47 |
| Hex | 8B | 6D | 64 | 0 | 16 | 1C | 2D | E | 10 | 2F |
| Octal | 213 | 155 | 144 | 0 | 26 | 34 | 55 | 16 | 20 | 57 |
| Binary | 10001011 | 1101101 | 1100100 | 0 | 10110 | 11100 | 101101 | 1110 | 10000 | 101111 |
Color Harmonies of #8B6D64
Complementary color
Monochromatic Colors of #8B6D64
Black with #8B6D64
Text Example
Text Example
White with #8B6D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D64; }
p { color: rgb(139,109,100); }
H1.HeaderClassName
{
color: #8B6D64;
}
.AnyTagClassName
{
color: #8B6D64;
}
</style>
background-color css
<style>
a { background-color: #8B6D64; }
a { background-color: rgb(139,109,100); }
div.DivClassName
{
background-color: #8B6D64;
}
.BgClassName
{
background-color: #8B6D64;
}
</style>
border-color css
<style>
span { border-color: #8B6D64; }
span { border-color: rgb(139,109,100); }
td.TdClassName
{
border-color: #8B6D64;
}
.TagClassName
{
border-color: #8B6D64;
}
</style>