Shades of Dark Wood #8C6647
Tints of Dark Wood #8C6647
RGB
CMYK
RGB Variations
Color information
#8C6647 (or 0x8C6647) is known color: Dark Wood. HEX triplet: 8C, 66 and 47. RGB value is (140,102,71). Sum of RGB (Red+Green+Blue) = 140+102+71=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6647 is #7399B8. Grayscale: #6D6D6D. Windows color (decimal): -7575993 or 4679308. OLE color: 4679308.
HSL color Cylindrical-coordinate representation of color #8C6647: hue angle of 26.96º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C6647 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 71 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.45 |
| HSL | 26.96º | 0.33% | 0.41% | - |
| HSV(B) | 26.96º | 0.49% | 0.55% | - |
| XYZ | 16.7 | 15.53 | 8.08 | - |
| YUV | 109.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 71 | 0 | 0.27 | 0.49 | 0.45 | 26.96 | 0.33 | 0.41 |
| Hex | 8C | 66 | 47 | 0 | 1B | 31 | 2D | 1B | 21 | 29 |
| Octal | 214 | 146 | 107 | 0 | 33 | 61 | 55 | 33 | 41 | 51 |
| Binary | 10001100 | 1100110 | 1000111 | 0 | 11011 | 110001 | 101101 | 11011 | 100001 | 101001 |
Color Harmonies of #8C6647
Complementary color
Monochromatic Colors of #8C6647
Black with #8C6647
Text Example
Text Example
White with #8C6647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6647; }
p { color: rgb(140,102,71); }
H1.HeaderClassName
{
color: #8C6647;
}
.AnyTagClassName
{
color: #8C6647;
}
</style>
background-color css
<style>
a { background-color: #8C6647; }
a { background-color: rgb(140,102,71); }
div.DivClassName
{
background-color: #8C6647;
}
.BgClassName
{
background-color: #8C6647;
}
</style>
border-color css
<style>
span { border-color: #8C6647; }
span { border-color: rgb(140,102,71); }
td.TdClassName
{
border-color: #8C6647;
}
.TagClassName
{
border-color: #8C6647;
}
</style>