Shades of Dark Wood #8A613F
Tints of Dark Wood #8A613F
RGB
CMYK
RGB Variations
Color information
#8A613F (or 0x8A613F) is known color: Dark Wood. HEX triplet: 8A, 61 and 3F. RGB value is (138,97,63). Sum of RGB (Red+Green+Blue) = 138+97+63=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A613F is #759EC0. Grayscale: #696969. Windows color (decimal): -7708353 or 4153738. OLE color: 4153738.
HSL color Cylindrical-coordinate representation of color #8A613F: hue angle of 27.2º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A613F is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 97 | 63 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.46 |
| HSL | 27.2º | 0.37% | 0.39% | - |
| HSV(B) | 27.2º | 0.54% | 0.54% | - |
| XYZ | 15.65 | 14.31 | 6.64 | - |
| YUV | 105.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 97 | 63 | 0 | 0.30 | 0.54 | 0.46 | 27.2 | 0.37 | 0.39 |
| Hex | 8A | 61 | 3F | 0 | 1E | 36 | 2E | 1B | 25 | 27 |
| Octal | 212 | 141 | 77 | 0 | 36 | 66 | 56 | 33 | 45 | 47 |
| Binary | 10001010 | 1100001 | 111111 | 0 | 11110 | 110110 | 101110 | 11011 | 100101 | 100111 |
Color Harmonies of #8A613F
Complementary color
Monochromatic Colors of #8A613F
Black with #8A613F
Text Example
Text Example
White with #8A613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A613F; }
p { color: rgb(138,97,63); }
H1.HeaderClassName
{
color: #8A613F;
}
.AnyTagClassName
{
color: #8A613F;
}
</style>
background-color css
<style>
a { background-color: #8A613F; }
a { background-color: rgb(138,97,63); }
div.DivClassName
{
background-color: #8A613F;
}
.BgClassName
{
background-color: #8A613F;
}
</style>
border-color css
<style>
span { border-color: #8A613F; }
span { border-color: rgb(138,97,63); }
td.TdClassName
{
border-color: #8A613F;
}
.TagClassName
{
border-color: #8A613F;
}
</style>