Shades of Yellow Metal #7C653C
Tints of Yellow Metal #7C653C
RGB
CMYK
RGB Variations
Color information
#7C653C (or 0x7C653C) is known color: Yellow Metal. HEX triplet: 7C, 65 and 3C. RGB value is (124,101,60). Sum of RGB (Red+Green+Blue) = 124+101+60=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C653C is #839AC3. Grayscale: #676767. Windows color (decimal): -8624836 or 3958140. OLE color: 3958140.
HSL color Cylindrical-coordinate representation of color #7C653C: hue angle of 38.44º 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 #7C653C is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 60 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.51 |
| HSL | 38.44º | 0.35% | 0.36% | - |
| HSV(B) | 38.44º | 0.52% | 0.49% | - |
| XYZ | 13.78 | 13.92 | 6.24 | - |
| YUV | 103.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 60 | 0 | 0.19 | 0.52 | 0.51 | 38.44 | 0.35 | 0.36 |
| Hex | 7C | 65 | 3C | 0 | 13 | 34 | 33 | 26 | 23 | 24 |
| Octal | 174 | 145 | 74 | 0 | 23 | 64 | 63 | 46 | 43 | 44 |
| Binary | 1111100 | 1100101 | 111100 | 0 | 10011 | 110100 | 110011 | 100110 | 100011 | 100100 |
Color Harmonies of #7C653C
Complementary color
Monochromatic Colors of #7C653C
Black with #7C653C
Text Example
Text Example
White with #7C653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C653C; }
p { color: rgb(124,101,60); }
H1.HeaderClassName
{
color: #7C653C;
}
.AnyTagClassName
{
color: #7C653C;
}
</style>
background-color css
<style>
a { background-color: #7C653C; }
a { background-color: rgb(124,101,60); }
div.DivClassName
{
background-color: #7C653C;
}
.BgClassName
{
background-color: #7C653C;
}
</style>
border-color css
<style>
span { border-color: #7C653C; }
span { border-color: rgb(124,101,60); }
td.TdClassName
{
border-color: #7C653C;
}
.TagClassName
{
border-color: #7C653C;
}
</style>