Shades of Dark Wood #8F6344
Tints of Dark Wood #8F6344
RGB
CMYK
RGB Variations
Color information
#8F6344 (or 0x8F6344) is known color: Dark Wood. HEX triplet: 8F, 63 and 44. RGB value is (143,99,68). Sum of RGB (Red+Green+Blue) = 143+99+68=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6344 is #709CBB. Grayscale: #6C6C6C. Windows color (decimal): -7380156 or 4481935. OLE color: 4481935.
HSL color Cylindrical-coordinate representation of color #8F6344: hue angle of 24.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F6344 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 99 | 68 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.44 |
| HSL | 24.8º | 0.36% | 0.41% | - |
| HSV(B) | 24.8º | 0.52% | 0.56% | - |
| XYZ | 16.83 | 15.18 | 7.51 | - |
| YUV | 108.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 99 | 68 | 0 | 0.31 | 0.52 | 0.44 | 24.8 | 0.36 | 0.41 |
| Hex | 8F | 63 | 44 | 0 | 1F | 34 | 2C | 19 | 24 | 29 |
| Octal | 217 | 143 | 104 | 0 | 37 | 64 | 54 | 31 | 44 | 51 |
| Binary | 10001111 | 1100011 | 1000100 | 0 | 11111 | 110100 | 101100 | 11001 | 100100 | 101001 |
Color Harmonies of #8F6344
Complementary color
Monochromatic Colors of #8F6344
Black with #8F6344
Text Example
Text Example
White with #8F6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6344; }
p { color: rgb(143,99,68); }
H1.HeaderClassName
{
color: #8F6344;
}
.AnyTagClassName
{
color: #8F6344;
}
</style>
background-color css
<style>
a { background-color: #8F6344; }
a { background-color: rgb(143,99,68); }
div.DivClassName
{
background-color: #8F6344;
}
.BgClassName
{
background-color: #8F6344;
}
</style>
border-color css
<style>
span { border-color: #8F6344; }
span { border-color: rgb(143,99,68); }
td.TdClassName
{
border-color: #8F6344;
}
.TagClassName
{
border-color: #8F6344;
}
</style>