Shades of Dark Wood #7C6249
Tints of Dark Wood #7C6249
RGB
CMYK
RGB Variations
Color information
#7C6249 (or 0x7C6249) is known color: Dark Wood. HEX triplet: 7C, 62 and 49. RGB value is (124,98,73). Sum of RGB (Red+Green+Blue) = 124+98+73=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6249 is #839DB6. Grayscale: #676767. Windows color (decimal): -8625591 or 4809340. OLE color: 4809340.
HSL color Cylindrical-coordinate representation of color #7C6249: hue angle of 29.41º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C6249 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 73 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.51 |
| HSL | 29.41º | 0.26% | 0.39% | - |
| HSV(B) | 29.41º | 0.41% | 0.49% | - |
| XYZ | 13.88 | 13.5 | 8.18 | - |
| YUV | 102.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 73 | 0 | 0.21 | 0.41 | 0.51 | 29.41 | 0.26 | 0.39 |
| Hex | 7C | 62 | 49 | 0 | 15 | 29 | 33 | 1D | 1A | 27 |
| Octal | 174 | 142 | 111 | 0 | 25 | 51 | 63 | 35 | 32 | 47 |
| Binary | 1111100 | 1100010 | 1001001 | 0 | 10101 | 101001 | 110011 | 11101 | 11010 | 100111 |
Color Harmonies of #7C6249
Complementary color
Monochromatic Colors of #7C6249
Black with #7C6249
Text Example
Text Example
White with #7C6249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6249; }
p { color: rgb(124,98,73); }
H1.HeaderClassName
{
color: #7C6249;
}
.AnyTagClassName
{
color: #7C6249;
}
</style>
background-color css
<style>
a { background-color: #7C6249; }
a { background-color: rgb(124,98,73); }
div.DivClassName
{
background-color: #7C6249;
}
.BgClassName
{
background-color: #7C6249;
}
</style>
border-color css
<style>
span { border-color: #7C6249; }
span { border-color: rgb(124,98,73); }
td.TdClassName
{
border-color: #7C6249;
}
.TagClassName
{
border-color: #7C6249;
}
</style>