Shades of Dark Wood #8A6543
Tints of Dark Wood #8A6543
RGB
CMYK
RGB Variations
Color information
#8A6543 (or 0x8A6543) is known color: Dark Wood. HEX triplet: 8A, 65 and 43. RGB value is (138,101,67). Sum of RGB (Red+Green+Blue) = 138+101+67=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6543 is #759ABC. Grayscale: #6C6C6C. Windows color (decimal): -7707325 or 4416906. OLE color: 4416906.
HSL color Cylindrical-coordinate representation of color #8A6543: hue angle of 28.73º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A6543 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 101 | 67 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.46 |
| HSL | 28.73º | 0.35% | 0.4% | - |
| HSV(B) | 28.73º | 0.51% | 0.54% | - |
| XYZ | 16.15 | 15.12 | 7.38 | - |
| YUV | 108.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 67 | 0 | 0.27 | 0.51 | 0.46 | 28.73 | 0.35 | 0.4 |
| Hex | 8A | 65 | 43 | 0 | 1B | 33 | 2E | 1D | 23 | 28 |
| Octal | 212 | 145 | 103 | 0 | 33 | 63 | 56 | 35 | 43 | 50 |
| Binary | 10001010 | 1100101 | 1000011 | 0 | 11011 | 110011 | 101110 | 11101 | 100011 | 101000 |
Color Harmonies of #8A6543
Complementary color
Monochromatic Colors of #8A6543
Black with #8A6543
Text Example
Text Example
White with #8A6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6543; }
p { color: rgb(138,101,67); }
H1.HeaderClassName
{
color: #8A6543;
}
.AnyTagClassName
{
color: #8A6543;
}
</style>
background-color css
<style>
a { background-color: #8A6543; }
a { background-color: rgb(138,101,67); }
div.DivClassName
{
background-color: #8A6543;
}
.BgClassName
{
background-color: #8A6543;
}
</style>
border-color css
<style>
span { border-color: #8A6543; }
span { border-color: rgb(138,101,67); }
td.TdClassName
{
border-color: #8A6543;
}
.TagClassName
{
border-color: #8A6543;
}
</style>