Shades of Dark Wood #7F6241
Tints of Dark Wood #7F6241
RGB
CMYK
RGB Variations
Color information
#7F6241 (or 0x7F6241) is known color: Dark Wood. HEX triplet: 7F, 62 and 41. RGB value is (127,98,65). Sum of RGB (Red+Green+Blue) = 127+98+65=290 (38% of max value = 765). Red value is 127 (50% from 255 or 43.79% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6241 is #809DBE. Grayscale: #676767. Windows color (decimal): -8428991 or 4285055. OLE color: 4285055.
HSL color Cylindrical-coordinate representation of color #7F6241: hue angle of 31.94º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F6241 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 65 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.50 |
| HSL | 31.94º | 0.32% | 0.38% | - |
| HSV(B) | 31.94º | 0.49% | 0.5% | - |
| XYZ | 14.07 | 13.63 | 6.89 | - |
| YUV | 102.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 65 | 0 | 0.23 | 0.49 | 0.50 | 31.94 | 0.32 | 0.38 |
| Hex | 7F | 62 | 41 | 0 | 17 | 31 | 32 | 20 | 20 | 26 |
| Octal | 177 | 142 | 101 | 0 | 27 | 61 | 62 | 40 | 40 | 46 |
| Binary | 1111111 | 1100010 | 1000001 | 0 | 10111 | 110001 | 110010 | 100000 | 100000 | 100110 |
Color Harmonies of #7F6241
Complementary color
Monochromatic Colors of #7F6241
Black with #7F6241
Text Example
Text Example
White with #7F6241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6241; }
p { color: rgb(127,98,65); }
H1.HeaderClassName
{
color: #7F6241;
}
.AnyTagClassName
{
color: #7F6241;
}
</style>
background-color css
<style>
a { background-color: #7F6241; }
a { background-color: rgb(127,98,65); }
div.DivClassName
{
background-color: #7F6241;
}
.BgClassName
{
background-color: #7F6241;
}
</style>
border-color css
<style>
span { border-color: #7F6241; }
span { border-color: rgb(127,98,65); }
td.TdClassName
{
border-color: #7F6241;
}
.TagClassName
{
border-color: #7F6241;
}
</style>