Shades of Dark Wood #8C6344
Tints of Dark Wood #8C6344
RGB
CMYK
RGB Variations
Color information
#8C6344 (or 0x8C6344) is known color: Dark Wood. HEX triplet: 8C, 63 and 44. RGB value is (140,99,68). Sum of RGB (Red+Green+Blue) = 140+99+68=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6344 is #739CBB. Grayscale: #6B6B6B. Windows color (decimal): -7576764 or 4481932. OLE color: 4481932.
HSL color Cylindrical-coordinate representation of color #8C6344: hue angle of 25.83º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C6344 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 99 | 68 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.45 |
| HSL | 25.83º | 0.35% | 0.41% | - |
| HSV(B) | 25.83º | 0.51% | 0.55% | - |
| XYZ | 16.32 | 14.92 | 7.49 | - |
| YUV | 107.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 68 | 0 | 0.29 | 0.51 | 0.45 | 25.83 | 0.35 | 0.41 |
| Hex | 8C | 63 | 44 | 0 | 1D | 33 | 2D | 1A | 23 | 29 |
| Octal | 214 | 143 | 104 | 0 | 35 | 63 | 55 | 32 | 43 | 51 |
| Binary | 10001100 | 1100011 | 1000100 | 0 | 11101 | 110011 | 101101 | 11010 | 100011 | 101001 |
Color Harmonies of #8C6344
Complementary color
Monochromatic Colors of #8C6344
Black with #8C6344
Text Example
Text Example
White with #8C6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6344; }
p { color: rgb(140,99,68); }
H1.HeaderClassName
{
color: #8C6344;
}
.AnyTagClassName
{
color: #8C6344;
}
</style>
background-color css
<style>
a { background-color: #8C6344; }
a { background-color: rgb(140,99,68); }
div.DivClassName
{
background-color: #8C6344;
}
.BgClassName
{
background-color: #8C6344;
}
</style>
border-color css
<style>
span { border-color: #8C6344; }
span { border-color: rgb(140,99,68); }
td.TdClassName
{
border-color: #8C6344;
}
.TagClassName
{
border-color: #8C6344;
}
</style>