Shades of Yellow Metal #7C653F
Tints of Yellow Metal #7C653F
RGB
CMYK
RGB Variations
Color information
#7C653F (or 0x7C653F) is known color: Yellow Metal. HEX triplet: 7C, 65 and 3F. RGB value is (124,101,63). Sum of RGB (Red+Green+Blue) = 124+101+63=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C653F is #839AC0. Grayscale: #676767. Windows color (decimal): -8624833 or 4154748. OLE color: 4154748.
HSL color Cylindrical-coordinate representation of color #7C653F: hue angle of 37.38º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C653F is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 63 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.51 |
| HSL | 37.38º | 0.33% | 0.37% | - |
| HSV(B) | 37.38º | 0.49% | 0.49% | - |
| XYZ | 13.86 | 13.95 | 6.66 | - |
| YUV | 103.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 63 | 0 | 0.19 | 0.49 | 0.51 | 37.38 | 0.33 | 0.37 |
| Hex | 7C | 65 | 3F | 0 | 13 | 31 | 33 | 25 | 21 | 25 |
| Octal | 174 | 145 | 77 | 0 | 23 | 61 | 63 | 45 | 41 | 45 |
| Binary | 1111100 | 1100101 | 111111 | 0 | 10011 | 110001 | 110011 | 100101 | 100001 | 100101 |
Color Harmonies of #7C653F
Complementary color
Monochromatic Colors of #7C653F
Black with #7C653F
Text Example
Text Example
White with #7C653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C653F; }
p { color: rgb(124,101,63); }
H1.HeaderClassName
{
color: #7C653F;
}
.AnyTagClassName
{
color: #7C653F;
}
</style>
background-color css
<style>
a { background-color: #7C653F; }
a { background-color: rgb(124,101,63); }
div.DivClassName
{
background-color: #7C653F;
}
.BgClassName
{
background-color: #7C653F;
}
</style>
border-color css
<style>
span { border-color: #7C653F; }
span { border-color: rgb(124,101,63); }
td.TdClassName
{
border-color: #7C653F;
}
.TagClassName
{
border-color: #7C653F;
}
</style>