Shades of Dark Wood #8D6648
Tints of Dark Wood #8D6648
RGB
CMYK
RGB Variations
Color information
#8D6648 (or 0x8D6648) is known color: Dark Wood. HEX triplet: 8D, 66 and 48. RGB value is (141,102,72). Sum of RGB (Red+Green+Blue) = 141+102+72=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6648 is #7299B7. Grayscale: #6E6E6E. Windows color (decimal): -7510456 or 4744845. OLE color: 4744845.
HSL color Cylindrical-coordinate representation of color #8D6648: hue angle of 26.09º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D6648 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 72 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.45 |
| HSL | 26.09º | 0.32% | 0.42% | - |
| HSV(B) | 26.09º | 0.49% | 0.55% | - |
| XYZ | 16.91 | 15.63 | 8.26 | - |
| YUV | 110.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 72 | 0 | 0.28 | 0.49 | 0.45 | 26.09 | 0.32 | 0.42 |
| Hex | 8D | 66 | 48 | 0 | 1C | 31 | 2D | 1A | 20 | 2A |
| Octal | 215 | 146 | 110 | 0 | 34 | 61 | 55 | 32 | 40 | 52 |
| Binary | 10001101 | 1100110 | 1001000 | 0 | 11100 | 110001 | 101101 | 11010 | 100000 | 101010 |
Color Harmonies of #8D6648
Complementary color
Monochromatic Colors of #8D6648
Black with #8D6648
Text Example
Text Example
White with #8D6648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6648; }
p { color: rgb(141,102,72); }
H1.HeaderClassName
{
color: #8D6648;
}
.AnyTagClassName
{
color: #8D6648;
}
</style>
background-color css
<style>
a { background-color: #8D6648; }
a { background-color: rgb(141,102,72); }
div.DivClassName
{
background-color: #8D6648;
}
.BgClassName
{
background-color: #8D6648;
}
</style>
border-color css
<style>
span { border-color: #8D6648; }
span { border-color: rgb(141,102,72); }
td.TdClassName
{
border-color: #8D6648;
}
.TagClassName
{
border-color: #8D6648;
}
</style>