Shades of Yellow Metal #7C6839
Tints of Yellow Metal #7C6839
RGB
CMYK
RGB Variations
Color information
#7C6839 (or 0x7C6839) is known color: Yellow Metal. HEX triplet: 7C, 68 and 39. RGB value is (124,104,57). Sum of RGB (Red+Green+Blue) = 124+104+57=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6839 is #8397C6. Grayscale: #686868. Windows color (decimal): -8624071 or 3762300. OLE color: 3762300.
HSL color Cylindrical-coordinate representation of color #7C6839: hue angle of 42.09º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C6839 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 57 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.51 |
| HSL | 42.09º | 0.37% | 0.35% | - |
| HSV(B) | 42.09º | 0.54% | 0.49% | - |
| XYZ | 14 | 14.48 | 5.93 | - |
| YUV | 104.62 | 101.13 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 57 | 0 | 0.16 | 0.54 | 0.51 | 42.09 | 0.37 | 0.35 |
| Hex | 7C | 68 | 39 | 0 | 10 | 36 | 33 | 2A | 25 | 23 |
| Octal | 174 | 150 | 71 | 0 | 20 | 66 | 63 | 52 | 45 | 43 |
| Binary | 1111100 | 1101000 | 111001 | 0 | 10000 | 110110 | 110011 | 101010 | 100101 | 100011 |
Color Harmonies of #7C6839
Complementary color
Monochromatic Colors of #7C6839
Black with #7C6839
Text Example
Text Example
White with #7C6839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6839; }
p { color: rgb(124,104,57); }
H1.HeaderClassName
{
color: #7C6839;
}
.AnyTagClassName
{
color: #7C6839;
}
</style>
background-color css
<style>
a { background-color: #7C6839; }
a { background-color: rgb(124,104,57); }
div.DivClassName
{
background-color: #7C6839;
}
.BgClassName
{
background-color: #7C6839;
}
</style>
border-color css
<style>
span { border-color: #7C6839; }
span { border-color: rgb(124,104,57); }
td.TdClassName
{
border-color: #7C6839;
}
.TagClassName
{
border-color: #7C6839;
}
</style>