Shades of Dark Wood #8B6245
Tints of Dark Wood #8B6245
RGB
CMYK
RGB Variations
Color information
#8B6245 (or 0x8B6245) is known color: Dark Wood. HEX triplet: 8B, 62 and 45. RGB value is (139,98,69). Sum of RGB (Red+Green+Blue) = 139+98+69=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6245 is #749DBA. Grayscale: #6B6B6B. Windows color (decimal): -7642555 or 4547211. OLE color: 4547211.
HSL color Cylindrical-coordinate representation of color #8B6245: hue angle of 24.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B6245 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 69 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.45 |
| HSL | 24.86º | 0.34% | 0.41% | - |
| HSV(B) | 24.86º | 0.5% | 0.55% | - |
| XYZ | 16.09 | 14.65 | 7.61 | - |
| YUV | 106.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 69 | 0 | 0.29 | 0.50 | 0.45 | 24.86 | 0.34 | 0.41 |
| Hex | 8B | 62 | 45 | 0 | 1D | 32 | 2D | 19 | 22 | 29 |
| Octal | 213 | 142 | 105 | 0 | 35 | 62 | 55 | 31 | 42 | 51 |
| Binary | 10001011 | 1100010 | 1000101 | 0 | 11101 | 110010 | 101101 | 11001 | 100010 | 101001 |
Color Harmonies of #8B6245
Complementary color
Monochromatic Colors of #8B6245
Black with #8B6245
Text Example
Text Example
White with #8B6245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6245; }
p { color: rgb(139,98,69); }
H1.HeaderClassName
{
color: #8B6245;
}
.AnyTagClassName
{
color: #8B6245;
}
</style>
background-color css
<style>
a { background-color: #8B6245; }
a { background-color: rgb(139,98,69); }
div.DivClassName
{
background-color: #8B6245;
}
.BgClassName
{
background-color: #8B6245;
}
</style>
border-color css
<style>
span { border-color: #8B6245; }
span { border-color: rgb(139,98,69); }
td.TdClassName
{
border-color: #8B6245;
}
.TagClassName
{
border-color: #8B6245;
}
</style>