Shades of Dark Wood #8A6243
Tints of Dark Wood #8A6243
RGB
CMYK
RGB Variations
Color information
#8A6243 (or 0x8A6243) is known color: Dark Wood. HEX triplet: 8A, 62 and 43. RGB value is (138,98,67). Sum of RGB (Red+Green+Blue) = 138+98+67=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6243 is #759DBC. Grayscale: #6A6A6A. Windows color (decimal): -7708093 or 4416138. OLE color: 4416138.
HSL color Cylindrical-coordinate representation of color #8A6243: hue angle of 26.2º 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 #8A6243 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 98 | 67 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.46 |
| HSL | 26.2º | 0.35% | 0.4% | - |
| HSV(B) | 26.2º | 0.51% | 0.54% | - |
| XYZ | 15.86 | 14.54 | 7.28 | - |
| YUV | 106.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 67 | 0 | 0.29 | 0.51 | 0.46 | 26.2 | 0.35 | 0.4 |
| Hex | 8A | 62 | 43 | 0 | 1D | 33 | 2E | 1A | 23 | 28 |
| Octal | 212 | 142 | 103 | 0 | 35 | 63 | 56 | 32 | 43 | 50 |
| Binary | 10001010 | 1100010 | 1000011 | 0 | 11101 | 110011 | 101110 | 11010 | 100011 | 101000 |
Color Harmonies of #8A6243
Complementary color
Monochromatic Colors of #8A6243
Black with #8A6243
Text Example
Text Example
White with #8A6243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6243; }
p { color: rgb(138,98,67); }
H1.HeaderClassName
{
color: #8A6243;
}
.AnyTagClassName
{
color: #8A6243;
}
</style>
background-color css
<style>
a { background-color: #8A6243; }
a { background-color: rgb(138,98,67); }
div.DivClassName
{
background-color: #8A6243;
}
.BgClassName
{
background-color: #8A6243;
}
</style>
border-color css
<style>
span { border-color: #8A6243; }
span { border-color: rgb(138,98,67); }
td.TdClassName
{
border-color: #8A6243;
}
.TagClassName
{
border-color: #8A6243;
}
</style>