Shades of Yellow Metal #7C6639
Tints of Yellow Metal #7C6639
RGB
CMYK
RGB Variations
Color information
#7C6639 (or 0x7C6639) is known color: Yellow Metal. HEX triplet: 7C, 66 and 39. RGB value is (124,102,57). Sum of RGB (Red+Green+Blue) = 124+102+57=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6639 is #8399C6. Grayscale: #676767. Windows color (decimal): -8624583 or 3761788. OLE color: 3761788.
HSL color Cylindrical-coordinate representation of color #7C6639: hue angle of 40.3º 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 #7C6639 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 57 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.51 |
| HSL | 40.3º | 0.37% | 0.35% | - |
| HSV(B) | 40.3º | 0.54% | 0.49% | - |
| XYZ | 13.8 | 14.08 | 5.86 | - |
| YUV | 103.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 57 | 0 | 0.18 | 0.54 | 0.51 | 40.3 | 0.37 | 0.35 |
| Hex | 7C | 66 | 39 | 0 | 12 | 36 | 33 | 28 | 25 | 23 |
| Octal | 174 | 146 | 71 | 0 | 22 | 66 | 63 | 50 | 45 | 43 |
| Binary | 1111100 | 1100110 | 111001 | 0 | 10010 | 110110 | 110011 | 101000 | 100101 | 100011 |
Color Harmonies of #7C6639
Complementary color
Monochromatic Colors of #7C6639
Black with #7C6639
Text Example
Text Example
White with #7C6639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6639; }
p { color: rgb(124,102,57); }
H1.HeaderClassName
{
color: #7C6639;
}
.AnyTagClassName
{
color: #7C6639;
}
</style>
background-color css
<style>
a { background-color: #7C6639; }
a { background-color: rgb(124,102,57); }
div.DivClassName
{
background-color: #7C6639;
}
.BgClassName
{
background-color: #7C6639;
}
</style>
border-color css
<style>
span { border-color: #7C6639; }
span { border-color: rgb(124,102,57); }
td.TdClassName
{
border-color: #7C6639;
}
.TagClassName
{
border-color: #7C6639;
}
</style>