Shades of Dark Wood #8B6546
Tints of Dark Wood #8B6546
RGB
CMYK
RGB Variations
Color information
#8B6546 (or 0x8B6546) is known color: Dark Wood. HEX triplet: 8B, 65 and 46. RGB value is (139,101,70). Sum of RGB (Red+Green+Blue) = 139+101+70=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6546 is #749AB9. Grayscale: #6C6C6C. Windows color (decimal): -7641786 or 4613515. OLE color: 4613515.
HSL color Cylindrical-coordinate representation of color #8B6546: hue angle of 26.96º 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 #8B6546 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 70 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.45 |
| HSL | 26.96º | 0.33% | 0.41% | - |
| HSV(B) | 26.96º | 0.5% | 0.55% | - |
| XYZ | 16.41 | 15.24 | 7.87 | - |
| YUV | 108.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 70 | 0 | 0.27 | 0.50 | 0.45 | 26.96 | 0.33 | 0.41 |
| Hex | 8B | 65 | 46 | 0 | 1B | 32 | 2D | 1B | 21 | 29 |
| Octal | 213 | 145 | 106 | 0 | 33 | 62 | 55 | 33 | 41 | 51 |
| Binary | 10001011 | 1100101 | 1000110 | 0 | 11011 | 110010 | 101101 | 11011 | 100001 | 101001 |
Color Harmonies of #8B6546
Complementary color
Monochromatic Colors of #8B6546
Black with #8B6546
Text Example
Text Example
White with #8B6546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6546; }
p { color: rgb(139,101,70); }
H1.HeaderClassName
{
color: #8B6546;
}
.AnyTagClassName
{
color: #8B6546;
}
</style>
background-color css
<style>
a { background-color: #8B6546; }
a { background-color: rgb(139,101,70); }
div.DivClassName
{
background-color: #8B6546;
}
.BgClassName
{
background-color: #8B6546;
}
</style>
border-color css
<style>
span { border-color: #8B6546; }
span { border-color: rgb(139,101,70); }
td.TdClassName
{
border-color: #8B6546;
}
.TagClassName
{
border-color: #8B6546;
}
</style>