Shades of Dark Wood #8A6140
Tints of Dark Wood #8A6140
RGB
CMYK
RGB Variations
Color information
#8A6140 (or 0x8A6140) is known color: Dark Wood. HEX triplet: 8A, 61 and 40. RGB value is (138,97,64). Sum of RGB (Red+Green+Blue) = 138+97+64=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6140 is #759EBF. Grayscale: #696969. Windows color (decimal): -7708352 or 4219274. OLE color: 4219274.
HSL color Cylindrical-coordinate representation of color #8A6140: hue angle of 26.76º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A6140 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 97 | 64 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.46 |
| HSL | 26.76º | 0.37% | 0.4% | - |
| HSV(B) | 26.76º | 0.54% | 0.54% | - |
| XYZ | 15.68 | 14.32 | 6.79 | - |
| YUV | 105.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 97 | 64 | 0 | 0.30 | 0.54 | 0.46 | 26.76 | 0.37 | 0.4 |
| Hex | 8A | 61 | 40 | 0 | 1E | 36 | 2E | 1B | 25 | 28 |
| Octal | 212 | 141 | 100 | 0 | 36 | 66 | 56 | 33 | 45 | 50 |
| Binary | 10001010 | 1100001 | 1000000 | 0 | 11110 | 110110 | 101110 | 11011 | 100101 | 101000 |
Color Harmonies of #8A6140
Complementary color
Monochromatic Colors of #8A6140
Black with #8A6140
Text Example
Text Example
White with #8A6140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6140; }
p { color: rgb(138,97,64); }
H1.HeaderClassName
{
color: #8A6140;
}
.AnyTagClassName
{
color: #8A6140;
}
</style>
background-color css
<style>
a { background-color: #8A6140; }
a { background-color: rgb(138,97,64); }
div.DivClassName
{
background-color: #8A6140;
}
.BgClassName
{
background-color: #8A6140;
}
</style>
border-color css
<style>
span { border-color: #8A6140; }
span { border-color: rgb(138,97,64); }
td.TdClassName
{
border-color: #8A6140;
}
.TagClassName
{
border-color: #8A6140;
}
</style>