Shades of Dark Wood #8B6845
Tints of Dark Wood #8B6845
RGB
CMYK
RGB Variations
Color information
#8B6845 (or 0x8B6845) is known color: Dark Wood. HEX triplet: 8B, 68 and 45. RGB value is (139,104,69). Sum of RGB (Red+Green+Blue) = 139+104+69=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6845 is #7497BA. Grayscale: #6E6E6E. Windows color (decimal): -7641019 or 4548747. OLE color: 4548747.
HSL color Cylindrical-coordinate representation of color #8B6845: hue angle of 30º degrees, saturation: 0.34, 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 #8B6845 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 69 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.45 |
| HSL | 30º | 0.34% | 0.41% | - |
| HSV(B) | 30º | 0.5% | 0.55% | - |
| XYZ | 16.67 | 15.82 | 7.8 | - |
| YUV | 110.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 69 | 0 | 0.25 | 0.50 | 0.45 | 30 | 0.34 | 0.41 |
| Hex | 8B | 68 | 45 | 0 | 19 | 32 | 2D | 1E | 22 | 29 |
| Octal | 213 | 150 | 105 | 0 | 31 | 62 | 55 | 36 | 42 | 51 |
| Binary | 10001011 | 1101000 | 1000101 | 0 | 11001 | 110010 | 101101 | 11110 | 100010 | 101001 |
Color Harmonies of #8B6845
Complementary color
Monochromatic Colors of #8B6845
Black with #8B6845
Text Example
Text Example
White with #8B6845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6845; }
p { color: rgb(139,104,69); }
H1.HeaderClassName
{
color: #8B6845;
}
.AnyTagClassName
{
color: #8B6845;
}
</style>
background-color css
<style>
a { background-color: #8B6845; }
a { background-color: rgb(139,104,69); }
div.DivClassName
{
background-color: #8B6845;
}
.BgClassName
{
background-color: #8B6845;
}
</style>
border-color css
<style>
span { border-color: #8B6845; }
span { border-color: rgb(139,104,69); }
td.TdClassName
{
border-color: #8B6845;
}
.TagClassName
{
border-color: #8B6845;
}
</style>