Shades of Dark Wood #8C6346
Tints of Dark Wood #8C6346
RGB
CMYK
RGB Variations
Color information
#8C6346 (or 0x8C6346) is known color: Dark Wood. HEX triplet: 8C, 63 and 46. RGB value is (140,99,70). Sum of RGB (Red+Green+Blue) = 140+99+70=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6346 is #739CB9. Grayscale: #6C6C6C. Windows color (decimal): -7576762 or 4613004. OLE color: 4613004.
HSL color Cylindrical-coordinate representation of color #8C6346: hue angle of 24.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C6346 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 99 | 70 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.45 |
| HSL | 24.86º | 0.33% | 0.41% | - |
| HSV(B) | 24.86º | 0.5% | 0.55% | - |
| XYZ | 16.38 | 14.94 | 7.81 | - |
| YUV | 107.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 70 | 0 | 0.29 | 0.50 | 0.45 | 24.86 | 0.33 | 0.41 |
| Hex | 8C | 63 | 46 | 0 | 1D | 32 | 2D | 19 | 21 | 29 |
| Octal | 214 | 143 | 106 | 0 | 35 | 62 | 55 | 31 | 41 | 51 |
| Binary | 10001100 | 1100011 | 1000110 | 0 | 11101 | 110010 | 101101 | 11001 | 100001 | 101001 |
Color Harmonies of #8C6346
Complementary color
Monochromatic Colors of #8C6346
Black with #8C6346
Text Example
Text Example
White with #8C6346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6346; }
p { color: rgb(140,99,70); }
H1.HeaderClassName
{
color: #8C6346;
}
.AnyTagClassName
{
color: #8C6346;
}
</style>
background-color css
<style>
a { background-color: #8C6346; }
a { background-color: rgb(140,99,70); }
div.DivClassName
{
background-color: #8C6346;
}
.BgClassName
{
background-color: #8C6346;
}
</style>
border-color css
<style>
span { border-color: #8C6346; }
span { border-color: rgb(140,99,70); }
td.TdClassName
{
border-color: #8C6346;
}
.TagClassName
{
border-color: #8C6346;
}
</style>