Shades of Yellow Metal #7C693F
Tints of Yellow Metal #7C693F
RGB
CMYK
RGB Variations
Color information
#7C693F (or 0x7C693F) is known color: Yellow Metal. HEX triplet: 7C, 69 and 3F. RGB value is (124,105,63). Sum of RGB (Red+Green+Blue) = 124+105+63=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C693F is #8396C0. Grayscale: #6A6A6A. Windows color (decimal): -8623809 or 4155772. OLE color: 4155772.
HSL color Cylindrical-coordinate representation of color #7C693F: hue angle of 41.31º 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 #7C693F is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 105 | 63 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.51 |
| HSL | 41.31º | 0.33% | 0.37% | - |
| HSV(B) | 41.31º | 0.49% | 0.49% | - |
| XYZ | 14.26 | 14.75 | 6.8 | - |
| YUV | 105.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 63 | 0 | 0.15 | 0.49 | 0.51 | 41.31 | 0.33 | 0.37 |
| Hex | 7C | 69 | 3F | 0 | F | 31 | 33 | 29 | 21 | 25 |
| Octal | 174 | 151 | 77 | 0 | 17 | 61 | 63 | 51 | 41 | 45 |
| Binary | 1111100 | 1101001 | 111111 | 0 | 1111 | 110001 | 110011 | 101001 | 100001 | 100101 |
Color Harmonies of #7C693F
Complementary color
Monochromatic Colors of #7C693F
Black with #7C693F
Text Example
Text Example
White with #7C693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C693F; }
p { color: rgb(124,105,63); }
H1.HeaderClassName
{
color: #7C693F;
}
.AnyTagClassName
{
color: #7C693F;
}
</style>
background-color css
<style>
a { background-color: #7C693F; }
a { background-color: rgb(124,105,63); }
div.DivClassName
{
background-color: #7C693F;
}
.BgClassName
{
background-color: #7C693F;
}
</style>
border-color css
<style>
span { border-color: #7C693F; }
span { border-color: rgb(124,105,63); }
td.TdClassName
{
border-color: #7C693F;
}
.TagClassName
{
border-color: #7C693F;
}
</style>