Shades of Dark Wood #8A674A
Tints of Dark Wood #8A674A
RGB
CMYK
RGB Variations
Color information
#8A674A (or 0x8A674A) is known color: Dark Wood. HEX triplet: 8A, 67 and 4A. RGB value is (138,103,74). Sum of RGB (Red+Green+Blue) = 138+103+74=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A674A is #7598B5. Grayscale: #6E6E6E. Windows color (decimal): -7706806 or 4876170. OLE color: 4876170.
HSL color Cylindrical-coordinate representation of color #8A674A: hue angle of 27.19º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A674A is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 103 | 74 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.46 |
| HSL | 27.19º | 0.3% | 0.42% | - |
| HSV(B) | 27.19º | 0.46% | 0.54% | - |
| XYZ | 16.57 | 15.6 | 8.62 | - |
| YUV | 110.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 74 | 0 | 0.25 | 0.46 | 0.46 | 27.19 | 0.3 | 0.42 |
| Hex | 8A | 67 | 4A | 0 | 19 | 2E | 2E | 1B | 1E | 2A |
| Octal | 212 | 147 | 112 | 0 | 31 | 56 | 56 | 33 | 36 | 52 |
| Binary | 10001010 | 1100111 | 1001010 | 0 | 11001 | 101110 | 101110 | 11011 | 11110 | 101010 |
Color Harmonies of #8A674A
Complementary color
Monochromatic Colors of #8A674A
Black with #8A674A
Text Example
Text Example
White with #8A674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A674A; }
p { color: rgb(138,103,74); }
H1.HeaderClassName
{
color: #8A674A;
}
.AnyTagClassName
{
color: #8A674A;
}
</style>
background-color css
<style>
a { background-color: #8A674A; }
a { background-color: rgb(138,103,74); }
div.DivClassName
{
background-color: #8A674A;
}
.BgClassName
{
background-color: #8A674A;
}
</style>
border-color css
<style>
span { border-color: #8A674A; }
span { border-color: rgb(138,103,74); }
td.TdClassName
{
border-color: #8A674A;
}
.TagClassName
{
border-color: #8A674A;
}
</style>