Shades of Dark Wood #8B654A
Tints of Dark Wood #8B654A
RGB
CMYK
RGB Variations
Color information
#8B654A (or 0x8B654A) is known color: Dark Wood. HEX triplet: 8B, 65 and 4A. RGB value is (139,101,74). Sum of RGB (Red+Green+Blue) = 139+101+74=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B654A is #749AB5. Grayscale: #6D6D6D. Windows color (decimal): -7641782 or 4875659. OLE color: 4875659.
HSL color Cylindrical-coordinate representation of color #8B654A: hue angle of 24.92º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B654A is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 74 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.45 |
| HSL | 24.92º | 0.31% | 0.42% | - |
| HSV(B) | 24.92º | 0.47% | 0.55% | - |
| XYZ | 16.54 | 15.29 | 8.56 | - |
| YUV | 109.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 74 | 0 | 0.27 | 0.47 | 0.45 | 24.92 | 0.31 | 0.42 |
| Hex | 8B | 65 | 4A | 0 | 1B | 2F | 2D | 19 | 1F | 2A |
| Octal | 213 | 145 | 112 | 0 | 33 | 57 | 55 | 31 | 37 | 52 |
| Binary | 10001011 | 1100101 | 1001010 | 0 | 11011 | 101111 | 101101 | 11001 | 11111 | 101010 |
Color Harmonies of #8B654A
Complementary color
Monochromatic Colors of #8B654A
Black with #8B654A
Text Example
Text Example
White with #8B654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B654A; }
p { color: rgb(139,101,74); }
H1.HeaderClassName
{
color: #8B654A;
}
.AnyTagClassName
{
color: #8B654A;
}
</style>
background-color css
<style>
a { background-color: #8B654A; }
a { background-color: rgb(139,101,74); }
div.DivClassName
{
background-color: #8B654A;
}
.BgClassName
{
background-color: #8B654A;
}
</style>
border-color css
<style>
span { border-color: #8B654A; }
span { border-color: rgb(139,101,74); }
td.TdClassName
{
border-color: #8B654A;
}
.TagClassName
{
border-color: #8B654A;
}
</style>