Shades of Yellow Metal #7C6636
Tints of Yellow Metal #7C6636
RGB
CMYK
RGB Variations
Color information
#7C6636 (or 0x7C6636) is known color: Yellow Metal. HEX triplet: 7C, 66 and 36. RGB value is (124,102,54). Sum of RGB (Red+Green+Blue) = 124+102+54=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6636 is #8399C9. Grayscale: #676767. Windows color (decimal): -8624586 or 3565180. OLE color: 3565180.
HSL color Cylindrical-coordinate representation of color #7C6636: hue angle of 41.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C6636 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 54 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.51 |
| HSL | 41.14º | 0.39% | 0.35% | - |
| HSV(B) | 41.14º | 0.56% | 0.49% | - |
| XYZ | 13.73 | 14.05 | 5.48 | - |
| YUV | 103.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 54 | 0 | 0.18 | 0.56 | 0.51 | 41.14 | 0.39 | 0.35 |
| Hex | 7C | 66 | 36 | 0 | 12 | 38 | 33 | 29 | 27 | 23 |
| Octal | 174 | 146 | 66 | 0 | 22 | 70 | 63 | 51 | 47 | 43 |
| Binary | 1111100 | 1100110 | 110110 | 0 | 10010 | 111000 | 110011 | 101001 | 100111 | 100011 |
Color Harmonies of #7C6636
Complementary color
Monochromatic Colors of #7C6636
Black with #7C6636
Text Example
Text Example
White with #7C6636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6636; }
p { color: rgb(124,102,54); }
H1.HeaderClassName
{
color: #7C6636;
}
.AnyTagClassName
{
color: #7C6636;
}
</style>
background-color css
<style>
a { background-color: #7C6636; }
a { background-color: rgb(124,102,54); }
div.DivClassName
{
background-color: #7C6636;
}
.BgClassName
{
background-color: #7C6636;
}
</style>
border-color css
<style>
span { border-color: #7C6636; }
span { border-color: rgb(124,102,54); }
td.TdClassName
{
border-color: #7C6636;
}
.TagClassName
{
border-color: #7C6636;
}
</style>