Shades of Dark Wood #8B6343
Tints of Dark Wood #8B6343
RGB
CMYK
RGB Variations
Color information
#8B6343 (or 0x8B6343) is known color: Dark Wood. HEX triplet: 8B, 63 and 43. RGB value is (139,99,67). Sum of RGB (Red+Green+Blue) = 139+99+67=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6343 is #749CBC. Grayscale: #6B6B6B. Windows color (decimal): -7642301 or 4416395. OLE color: 4416395.
HSL color Cylindrical-coordinate representation of color #8B6343: hue angle of 26.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B6343 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 99 | 67 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.45 |
| HSL | 26.67º | 0.35% | 0.4% | - |
| HSV(B) | 26.67º | 0.52% | 0.55% | - |
| XYZ | 16.12 | 14.82 | 7.32 | - |
| YUV | 107.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 67 | 0 | 0.29 | 0.52 | 0.45 | 26.67 | 0.35 | 0.4 |
| Hex | 8B | 63 | 43 | 0 | 1D | 34 | 2D | 1B | 23 | 28 |
| Octal | 213 | 143 | 103 | 0 | 35 | 64 | 55 | 33 | 43 | 50 |
| Binary | 10001011 | 1100011 | 1000011 | 0 | 11101 | 110100 | 101101 | 11011 | 100011 | 101000 |
Color Harmonies of #8B6343
Complementary color
Monochromatic Colors of #8B6343
Black with #8B6343
Text Example
Text Example
White with #8B6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6343; }
p { color: rgb(139,99,67); }
H1.HeaderClassName
{
color: #8B6343;
}
.AnyTagClassName
{
color: #8B6343;
}
</style>
background-color css
<style>
a { background-color: #8B6343; }
a { background-color: rgb(139,99,67); }
div.DivClassName
{
background-color: #8B6343;
}
.BgClassName
{
background-color: #8B6343;
}
</style>
border-color css
<style>
span { border-color: #8B6343; }
span { border-color: rgb(139,99,67); }
td.TdClassName
{
border-color: #8B6343;
}
.TagClassName
{
border-color: #8B6343;
}
</style>