Shades of Dark Wood #8B6849
Tints of Dark Wood #8B6849
RGB
CMYK
RGB Variations
Color information
#8B6849 (or 0x8B6849) is known color: Dark Wood. HEX triplet: 8B, 68 and 49. RGB value is (139,104,73). Sum of RGB (Red+Green+Blue) = 139+104+73=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6849 is #7497B6. Grayscale: #6F6F6F. Windows color (decimal): -7641015 or 4810891. OLE color: 4810891.
HSL color Cylindrical-coordinate representation of color #8B6849: hue angle of 28.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B6849 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 73 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.45 |
| HSL | 28.18º | 0.31% | 0.42% | - |
| HSV(B) | 28.18º | 0.47% | 0.55% | - |
| XYZ | 16.8 | 15.87 | 8.48 | - |
| YUV | 110.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 73 | 0 | 0.25 | 0.47 | 0.45 | 28.18 | 0.31 | 0.42 |
| Hex | 8B | 68 | 49 | 0 | 19 | 2F | 2D | 1C | 1F | 2A |
| Octal | 213 | 150 | 111 | 0 | 31 | 57 | 55 | 34 | 37 | 52 |
| Binary | 10001011 | 1101000 | 1001001 | 0 | 11001 | 101111 | 101101 | 11100 | 11111 | 101010 |
Color Harmonies of #8B6849
Complementary color
Monochromatic Colors of #8B6849
Black with #8B6849
Text Example
Text Example
White with #8B6849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6849; }
p { color: rgb(139,104,73); }
H1.HeaderClassName
{
color: #8B6849;
}
.AnyTagClassName
{
color: #8B6849;
}
</style>
background-color css
<style>
a { background-color: #8B6849; }
a { background-color: rgb(139,104,73); }
div.DivClassName
{
background-color: #8B6849;
}
.BgClassName
{
background-color: #8B6849;
}
</style>
border-color css
<style>
span { border-color: #8B6849; }
span { border-color: rgb(139,104,73); }
td.TdClassName
{
border-color: #8B6849;
}
.TagClassName
{
border-color: #8B6849;
}
</style>