Shades of Yellow Metal #7C6644
Tints of Yellow Metal #7C6644
RGB
CMYK
RGB Variations
Color information
#7C6644 (or 0x7C6644) is known color: Yellow Metal. HEX triplet: 7C, 66 and 44. RGB value is (124,102,68). Sum of RGB (Red+Green+Blue) = 124+102+68=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6644 is #8399BB. Grayscale: #686868. Windows color (decimal): -8624572 or 4482684. OLE color: 4482684.
HSL color Cylindrical-coordinate representation of color #7C6644: hue angle of 36.43º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C6644 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 68 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.51 |
| HSL | 36.43º | 0.29% | 0.38% | - |
| HSV(B) | 36.43º | 0.45% | 0.49% | - |
| XYZ | 14.11 | 14.21 | 7.47 | - |
| YUV | 104.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 68 | 0 | 0.18 | 0.45 | 0.51 | 36.43 | 0.29 | 0.38 |
| Hex | 7C | 66 | 44 | 0 | 12 | 2D | 33 | 24 | 1D | 26 |
| Octal | 174 | 146 | 104 | 0 | 22 | 55 | 63 | 44 | 35 | 46 |
| Binary | 1111100 | 1100110 | 1000100 | 0 | 10010 | 101101 | 110011 | 100100 | 11101 | 100110 |
Color Harmonies of #7C6644
Complementary color
Monochromatic Colors of #7C6644
Black with #7C6644
Text Example
Text Example
White with #7C6644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6644; }
p { color: rgb(124,102,68); }
H1.HeaderClassName
{
color: #7C6644;
}
.AnyTagClassName
{
color: #7C6644;
}
</style>
background-color css
<style>
a { background-color: #7C6644; }
a { background-color: rgb(124,102,68); }
div.DivClassName
{
background-color: #7C6644;
}
.BgClassName
{
background-color: #7C6644;
}
</style>
border-color css
<style>
span { border-color: #7C6644; }
span { border-color: rgb(124,102,68); }
td.TdClassName
{
border-color: #7C6644;
}
.TagClassName
{
border-color: #7C6644;
}
</style>