Shades of Dark Wood #7F6344
Tints of Dark Wood #7F6344
RGB
CMYK
RGB Variations
Color information
#7F6344 (or 0x7F6344) is known color: Dark Wood. HEX triplet: 7F, 63 and 44. RGB value is (127,99,68). Sum of RGB (Red+Green+Blue) = 127+99+68=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6344 is #809CBB. Grayscale: #676767. Windows color (decimal): -8428732 or 4481919. OLE color: 4481919.
HSL color Cylindrical-coordinate representation of color #7F6344: hue angle of 31.53º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F6344 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 99 | 68 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.50 |
| HSL | 31.53º | 0.3% | 0.38% | - |
| HSV(B) | 31.53º | 0.46% | 0.5% | - |
| XYZ | 14.26 | 13.85 | 7.39 | - |
| YUV | 103.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 68 | 0 | 0.22 | 0.46 | 0.50 | 31.53 | 0.3 | 0.38 |
| Hex | 7F | 63 | 44 | 0 | 16 | 2E | 32 | 20 | 1E | 26 |
| Octal | 177 | 143 | 104 | 0 | 26 | 56 | 62 | 40 | 36 | 46 |
| Binary | 1111111 | 1100011 | 1000100 | 0 | 10110 | 101110 | 110010 | 100000 | 11110 | 100110 |
Color Harmonies of #7F6344
Complementary color
Monochromatic Colors of #7F6344
Black with #7F6344
Text Example
Text Example
White with #7F6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6344; }
p { color: rgb(127,99,68); }
H1.HeaderClassName
{
color: #7F6344;
}
.AnyTagClassName
{
color: #7F6344;
}
</style>
background-color css
<style>
a { background-color: #7F6344; }
a { background-color: rgb(127,99,68); }
div.DivClassName
{
background-color: #7F6344;
}
.BgClassName
{
background-color: #7F6344;
}
</style>
border-color css
<style>
span { border-color: #7F6344; }
span { border-color: rgb(127,99,68); }
td.TdClassName
{
border-color: #7F6344;
}
.TagClassName
{
border-color: #7F6344;
}
</style>