Shades of Dark Wood #8B6949
Tints of Dark Wood #8B6949
RGB
CMYK
RGB Variations
Color information
#8B6949 (or 0x8B6949) is known color: Dark Wood. HEX triplet: 8B, 69 and 49. RGB value is (139,105,73). Sum of RGB (Red+Green+Blue) = 139+105+73=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6949 is #7496B6. Grayscale: #6F6F6F. Windows color (decimal): -7640759 or 4811147. OLE color: 4811147.
HSL color Cylindrical-coordinate representation of color #8B6949: hue angle of 29.09º 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 #8B6949 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 105 | 73 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.45 |
| HSL | 29.09º | 0.31% | 0.42% | - |
| HSV(B) | 29.09º | 0.47% | 0.55% | - |
| XYZ | 16.9 | 16.07 | 8.51 | - |
| YUV | 111.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 73 | 0 | 0.24 | 0.47 | 0.45 | 29.09 | 0.31 | 0.42 |
| Hex | 8B | 69 | 49 | 0 | 18 | 2F | 2D | 1D | 1F | 2A |
| Octal | 213 | 151 | 111 | 0 | 30 | 57 | 55 | 35 | 37 | 52 |
| Binary | 10001011 | 1101001 | 1001001 | 0 | 11000 | 101111 | 101101 | 11101 | 11111 | 101010 |
Color Harmonies of #8B6949
Complementary color
Monochromatic Colors of #8B6949
Black with #8B6949
Text Example
Text Example
White with #8B6949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6949; }
p { color: rgb(139,105,73); }
H1.HeaderClassName
{
color: #8B6949;
}
.AnyTagClassName
{
color: #8B6949;
}
</style>
background-color css
<style>
a { background-color: #8B6949; }
a { background-color: rgb(139,105,73); }
div.DivClassName
{
background-color: #8B6949;
}
.BgClassName
{
background-color: #8B6949;
}
</style>
border-color css
<style>
span { border-color: #8B6949; }
span { border-color: rgb(139,105,73); }
td.TdClassName
{
border-color: #8B6949;
}
.TagClassName
{
border-color: #8B6949;
}
</style>