Shades of Dark Wood #8F6443
Tints of Dark Wood #8F6443
RGB
CMYK
RGB Variations
Color information
#8F6443 (or 0x8F6443) is known color: Dark Wood. HEX triplet: 8F, 64 and 43. RGB value is (143,100,67). Sum of RGB (Red+Green+Blue) = 143+100+67=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6443 is #709BBC. Grayscale: #6D6D6D. Windows color (decimal): -7379901 or 4416655. OLE color: 4416655.
HSL color Cylindrical-coordinate representation of color #8F6443: hue angle of 26.05º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F6443 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 67 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.44 |
| HSL | 26.05º | 0.36% | 0.41% | - |
| HSV(B) | 26.05º | 0.53% | 0.56% | - |
| XYZ | 16.9 | 15.36 | 7.38 | - |
| YUV | 109.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 67 | 0 | 0.30 | 0.53 | 0.44 | 26.05 | 0.36 | 0.41 |
| Hex | 8F | 64 | 43 | 0 | 1E | 35 | 2C | 1A | 24 | 29 |
| Octal | 217 | 144 | 103 | 0 | 36 | 65 | 54 | 32 | 44 | 51 |
| Binary | 10001111 | 1100100 | 1000011 | 0 | 11110 | 110101 | 101100 | 11010 | 100100 | 101001 |
Color Harmonies of #8F6443
Complementary color
Monochromatic Colors of #8F6443
Black with #8F6443
Text Example
Text Example
White with #8F6443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6443; }
p { color: rgb(143,100,67); }
H1.HeaderClassName
{
color: #8F6443;
}
.AnyTagClassName
{
color: #8F6443;
}
</style>
background-color css
<style>
a { background-color: #8F6443; }
a { background-color: rgb(143,100,67); }
div.DivClassName
{
background-color: #8F6443;
}
.BgClassName
{
background-color: #8F6443;
}
</style>
border-color css
<style>
span { border-color: #8F6443; }
span { border-color: rgb(143,100,67); }
td.TdClassName
{
border-color: #8F6443;
}
.TagClassName
{
border-color: #8F6443;
}
</style>