Shades of Yellow Metal #7C633C
Tints of Yellow Metal #7C633C
RGB
CMYK
RGB Variations
Color information
#7C633C (or 0x7C633C) is known color: Yellow Metal. HEX triplet: 7C, 63 and 3C. RGB value is (124,99,60). Sum of RGB (Red+Green+Blue) = 124+99+60=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C633C is #839CC3. Grayscale: #666666. Windows color (decimal): -8625348 or 3957628. OLE color: 3957628.
HSL color Cylindrical-coordinate representation of color #7C633C: hue angle of 36.56º 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 #7C633C is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 99 | 60 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.51 |
| HSL | 36.56º | 0.35% | 0.36% | - |
| HSV(B) | 36.56º | 0.52% | 0.49% | - |
| XYZ | 13.59 | 13.54 | 6.17 | - |
| YUV | 102.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 60 | 0 | 0.20 | 0.52 | 0.51 | 36.56 | 0.35 | 0.36 |
| Hex | 7C | 63 | 3C | 0 | 14 | 34 | 33 | 25 | 23 | 24 |
| Octal | 174 | 143 | 74 | 0 | 24 | 64 | 63 | 45 | 43 | 44 |
| Binary | 1111100 | 1100011 | 111100 | 0 | 10100 | 110100 | 110011 | 100101 | 100011 | 100100 |
Color Harmonies of #7C633C
Complementary color
Monochromatic Colors of #7C633C
Black with #7C633C
Text Example
Text Example
White with #7C633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C633C; }
p { color: rgb(124,99,60); }
H1.HeaderClassName
{
color: #7C633C;
}
.AnyTagClassName
{
color: #7C633C;
}
</style>
background-color css
<style>
a { background-color: #7C633C; }
a { background-color: rgb(124,99,60); }
div.DivClassName
{
background-color: #7C633C;
}
.BgClassName
{
background-color: #7C633C;
}
</style>
border-color css
<style>
span { border-color: #7C633C; }
span { border-color: rgb(124,99,60); }
td.TdClassName
{
border-color: #7C633C;
}
.TagClassName
{
border-color: #7C633C;
}
</style>