Shades of Yellow Metal #7C683E
Tints of Yellow Metal #7C683E
RGB
CMYK
RGB Variations
Color information
#7C683E (or 0x7C683E) is known color: Yellow Metal. HEX triplet: 7C, 68 and 3E. RGB value is (124,104,62). Sum of RGB (Red+Green+Blue) = 124+104+62=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C683E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C683E is #8397C1. Grayscale: #696969. Windows color (decimal): -8624066 or 4089980. OLE color: 4089980.
HSL color Cylindrical-coordinate representation of color #7C683E: hue angle of 40.65º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C683E is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 62 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.51 |
| HSL | 40.65º | 0.33% | 0.36% | - |
| HSV(B) | 40.65º | 0.5% | 0.49% | - |
| XYZ | 14.13 | 14.53 | 6.62 | - |
| YUV | 105.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 62 | 0 | 0.16 | 0.5 | 0.51 | 40.65 | 0.33 | 0.36 |
| Hex | 7C | 68 | 3E | 0 | 10 | 32 | 33 | 29 | 21 | 24 |
| Octal | 174 | 150 | 76 | 0 | 20 | 62 | 63 | 51 | 41 | 44 |
| Binary | 1111100 | 1101000 | 111110 | 0 | 10000 | 110010 | 110011 | 101001 | 100001 | 100100 |
Color Harmonies of #7C683E
Complementary color
Monochromatic Colors of #7C683E
Black with #7C683E
Text Example
Text Example
White with #7C683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C683E; }
p { color: rgb(124,104,62); }
H1.HeaderClassName
{
color: #7C683E;
}
.AnyTagClassName
{
color: #7C683E;
}
</style>
background-color css
<style>
a { background-color: #7C683E; }
a { background-color: rgb(124,104,62); }
div.DivClassName
{
background-color: #7C683E;
}
.BgClassName
{
background-color: #7C683E;
}
</style>
border-color css
<style>
span { border-color: #7C683E; }
span { border-color: rgb(124,104,62); }
td.TdClassName
{
border-color: #7C683E;
}
.TagClassName
{
border-color: #7C683E;
}
</style>