Shades of Dark Wood #7C6345
Tints of Dark Wood #7C6345
RGB
CMYK
RGB Variations
Color information
#7C6345 (or 0x7C6345) is known color: Dark Wood. HEX triplet: 7C, 63 and 45. RGB value is (124,99,69). Sum of RGB (Red+Green+Blue) = 124+99+69=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6345 is #839CBA. Grayscale: #676767. Windows color (decimal): -8625339 or 4547452. OLE color: 4547452.
HSL color Cylindrical-coordinate representation of color #7C6345: hue angle of 32.73º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C6345 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 99 | 69 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.51 |
| HSL | 32.73º | 0.28% | 0.38% | - |
| HSV(B) | 32.73º | 0.44% | 0.49% | - |
| XYZ | 13.85 | 13.64 | 7.53 | - |
| YUV | 103.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 69 | 0 | 0.20 | 0.44 | 0.51 | 32.73 | 0.28 | 0.38 |
| Hex | 7C | 63 | 45 | 0 | 14 | 2C | 33 | 21 | 1C | 26 |
| Octal | 174 | 143 | 105 | 0 | 24 | 54 | 63 | 41 | 34 | 46 |
| Binary | 1111100 | 1100011 | 1000101 | 0 | 10100 | 101100 | 110011 | 100001 | 11100 | 100110 |
Color Harmonies of #7C6345
Complementary color
Monochromatic Colors of #7C6345
Black with #7C6345
Text Example
Text Example
White with #7C6345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6345; }
p { color: rgb(124,99,69); }
H1.HeaderClassName
{
color: #7C6345;
}
.AnyTagClassName
{
color: #7C6345;
}
</style>
background-color css
<style>
a { background-color: #7C6345; }
a { background-color: rgb(124,99,69); }
div.DivClassName
{
background-color: #7C6345;
}
.BgClassName
{
background-color: #7C6345;
}
</style>
border-color css
<style>
span { border-color: #7C6345; }
span { border-color: rgb(124,99,69); }
td.TdClassName
{
border-color: #7C6345;
}
.TagClassName
{
border-color: #7C6345;
}
</style>