Shades of Yellow Metal #7C6641
Tints of Yellow Metal #7C6641
RGB
CMYK
RGB Variations
Color information
#7C6641 (or 0x7C6641) is known color: Yellow Metal. HEX triplet: 7C, 66 and 41. RGB value is (124,102,65). Sum of RGB (Red+Green+Blue) = 124+102+65=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6641 is #8399BE. Grayscale: #686868. Windows color (decimal): -8624575 or 4286076. OLE color: 4286076.
HSL color Cylindrical-coordinate representation of color #7C6641: hue angle of 37.63º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C6641 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 65 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.51 |
| HSL | 37.63º | 0.31% | 0.37% | - |
| HSV(B) | 37.63º | 0.48% | 0.49% | - |
| XYZ | 14.02 | 14.17 | 7 | - |
| YUV | 104.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 65 | 0 | 0.18 | 0.48 | 0.51 | 37.63 | 0.31 | 0.37 |
| Hex | 7C | 66 | 41 | 0 | 12 | 30 | 33 | 26 | 1F | 25 |
| Octal | 174 | 146 | 101 | 0 | 22 | 60 | 63 | 46 | 37 | 45 |
| Binary | 1111100 | 1100110 | 1000001 | 0 | 10010 | 110000 | 110011 | 100110 | 11111 | 100101 |
Color Harmonies of #7C6641
Complementary color
Monochromatic Colors of #7C6641
Black with #7C6641
Text Example
Text Example
White with #7C6641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6641; }
p { color: rgb(124,102,65); }
H1.HeaderClassName
{
color: #7C6641;
}
.AnyTagClassName
{
color: #7C6641;
}
</style>
background-color css
<style>
a { background-color: #7C6641; }
a { background-color: rgb(124,102,65); }
div.DivClassName
{
background-color: #7C6641;
}
.BgClassName
{
background-color: #7C6641;
}
</style>
border-color css
<style>
span { border-color: #7C6641; }
span { border-color: rgb(124,102,65); }
td.TdClassName
{
border-color: #7C6641;
}
.TagClassName
{
border-color: #7C6641;
}
</style>