Shades of Yellow Metal #7C623E
Tints of Yellow Metal #7C623E
RGB
CMYK
RGB Variations
Color information
#7C623E (or 0x7C623E) is known color: Yellow Metal. HEX triplet: 7C, 62 and 3E. RGB value is (124,98,62). Sum of RGB (Red+Green+Blue) = 124+98+62=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C623E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C623E is #839DC1. Grayscale: #656565. Windows color (decimal): -8625602 or 4088444. OLE color: 4088444.
HSL color Cylindrical-coordinate representation of color #7C623E: hue angle of 34.84º 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 #7C623E is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 62 | - |
| CMYK | 0 | 0.21 | 0.5 | 0.51 |
| HSL | 34.84º | 0.33% | 0.36% | - |
| HSV(B) | 34.84º | 0.5% | 0.49% | - |
| XYZ | 13.55 | 13.37 | 6.42 | - |
| YUV | 101.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 62 | 0 | 0.21 | 0.5 | 0.51 | 34.84 | 0.33 | 0.36 |
| Hex | 7C | 62 | 3E | 0 | 15 | 32 | 33 | 23 | 21 | 24 |
| Octal | 174 | 142 | 76 | 0 | 25 | 62 | 63 | 43 | 41 | 44 |
| Binary | 1111100 | 1100010 | 111110 | 0 | 10101 | 110010 | 110011 | 100011 | 100001 | 100100 |
Color Harmonies of #7C623E
Complementary color
Monochromatic Colors of #7C623E
Black with #7C623E
Text Example
Text Example
White with #7C623E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C623E; }
p { color: rgb(124,98,62); }
H1.HeaderClassName
{
color: #7C623E;
}
.AnyTagClassName
{
color: #7C623E;
}
</style>
background-color css
<style>
a { background-color: #7C623E; }
a { background-color: rgb(124,98,62); }
div.DivClassName
{
background-color: #7C623E;
}
.BgClassName
{
background-color: #7C623E;
}
</style>
border-color css
<style>
span { border-color: #7C623E; }
span { border-color: rgb(124,98,62); }
td.TdClassName
{
border-color: #7C623E;
}
.TagClassName
{
border-color: #7C623E;
}
</style>