Shades of Yellow Metal #7C643C
Tints of Yellow Metal #7C643C
RGB
CMYK
RGB Variations
Color information
#7C643C (or 0x7C643C) is known color: Yellow Metal. HEX triplet: 7C, 64 and 3C. RGB value is (124,100,60). Sum of RGB (Red+Green+Blue) = 124+100+60=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C643C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C643C is #839BC3. Grayscale: #666666. Windows color (decimal): -8625092 or 3957884. OLE color: 3957884.
HSL color Cylindrical-coordinate representation of color #7C643C: hue angle of 37.5º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C643C is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 100 | 60 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.51 |
| HSL | 37.5º | 0.35% | 0.36% | - |
| HSV(B) | 37.5º | 0.52% | 0.49% | - |
| XYZ | 13.68 | 13.73 | 6.2 | - |
| YUV | 102.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 60 | 0 | 0.19 | 0.52 | 0.51 | 37.5 | 0.35 | 0.36 |
| Hex | 7C | 64 | 3C | 0 | 13 | 34 | 33 | 26 | 23 | 24 |
| Octal | 174 | 144 | 74 | 0 | 23 | 64 | 63 | 46 | 43 | 44 |
| Binary | 1111100 | 1100100 | 111100 | 0 | 10011 | 110100 | 110011 | 100110 | 100011 | 100100 |
Color Harmonies of #7C643C
Complementary color
Monochromatic Colors of #7C643C
Black with #7C643C
Text Example
Text Example
White with #7C643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C643C; }
p { color: rgb(124,100,60); }
H1.HeaderClassName
{
color: #7C643C;
}
.AnyTagClassName
{
color: #7C643C;
}
</style>
background-color css
<style>
a { background-color: #7C643C; }
a { background-color: rgb(124,100,60); }
div.DivClassName
{
background-color: #7C643C;
}
.BgClassName
{
background-color: #7C643C;
}
</style>
border-color css
<style>
span { border-color: #7C643C; }
span { border-color: rgb(124,100,60); }
td.TdClassName
{
border-color: #7C643C;
}
.TagClassName
{
border-color: #7C643C;
}
</style>