Shades of Yellow Metal #7C683C
Tints of Yellow Metal #7C683C
RGB
CMYK
RGB Variations
Color information
#7C683C (or 0x7C683C) is known color: Yellow Metal. HEX triplet: 7C, 68 and 3C. RGB value is (124,104,60). Sum of RGB (Red+Green+Blue) = 124+104+60=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C683C is #8397C3. Grayscale: #696969. Windows color (decimal): -8624068 or 3958908. OLE color: 3958908.
HSL color Cylindrical-coordinate representation of color #7C683C: hue angle of 41.25º 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 #7C683C is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 60 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.51 |
| HSL | 41.25º | 0.35% | 0.36% | - |
| HSV(B) | 41.25º | 0.52% | 0.49% | - |
| XYZ | 14.08 | 14.51 | 6.33 | - |
| YUV | 104.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 60 | 0 | 0.16 | 0.52 | 0.51 | 41.25 | 0.35 | 0.36 |
| Hex | 7C | 68 | 3C | 0 | 10 | 34 | 33 | 29 | 23 | 24 |
| Octal | 174 | 150 | 74 | 0 | 20 | 64 | 63 | 51 | 43 | 44 |
| Binary | 1111100 | 1101000 | 111100 | 0 | 10000 | 110100 | 110011 | 101001 | 100011 | 100100 |
Color Harmonies of #7C683C
Complementary color
Monochromatic Colors of #7C683C
Black with #7C683C
Text Example
Text Example
White with #7C683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C683C; }
p { color: rgb(124,104,60); }
H1.HeaderClassName
{
color: #7C683C;
}
.AnyTagClassName
{
color: #7C683C;
}
</style>
background-color css
<style>
a { background-color: #7C683C; }
a { background-color: rgb(124,104,60); }
div.DivClassName
{
background-color: #7C683C;
}
.BgClassName
{
background-color: #7C683C;
}
</style>
border-color css
<style>
span { border-color: #7C683C; }
span { border-color: rgb(124,104,60); }
td.TdClassName
{
border-color: #7C683C;
}
.TagClassName
{
border-color: #7C683C;
}
</style>