Shades of Yellow Metal #7C633B
Tints of Yellow Metal #7C633B
RGB
CMYK
RGB Variations
Color information
#7C633B (or 0x7C633B) is known color: Yellow Metal. HEX triplet: 7C, 63 and 3B. RGB value is (124,99,59). Sum of RGB (Red+Green+Blue) = 124+99+59=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C633B is #839CC4. Grayscale: #666666. Windows color (decimal): -8625349 or 3892092. OLE color: 3892092.
HSL color Cylindrical-coordinate representation of color #7C633B: hue angle of 36.92º degrees, saturation: 0.36, 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 #7C633B is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 99 | 59 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.51 |
| HSL | 36.92º | 0.36% | 0.36% | - |
| HSV(B) | 36.92º | 0.52% | 0.49% | - |
| XYZ | 13.56 | 13.52 | 6.03 | - |
| YUV | 101.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 59 | 0 | 0.20 | 0.52 | 0.51 | 36.92 | 0.36 | 0.36 |
| Hex | 7C | 63 | 3B | 0 | 14 | 34 | 33 | 25 | 24 | 24 |
| Octal | 174 | 143 | 73 | 0 | 24 | 64 | 63 | 45 | 44 | 44 |
| Binary | 1111100 | 1100011 | 111011 | 0 | 10100 | 110100 | 110011 | 100101 | 100100 | 100100 |
Color Harmonies of #7C633B
Complementary color
Monochromatic Colors of #7C633B
Black with #7C633B
Text Example
Text Example
White with #7C633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C633B; }
p { color: rgb(124,99,59); }
H1.HeaderClassName
{
color: #7C633B;
}
.AnyTagClassName
{
color: #7C633B;
}
</style>
background-color css
<style>
a { background-color: #7C633B; }
a { background-color: rgb(124,99,59); }
div.DivClassName
{
background-color: #7C633B;
}
.BgClassName
{
background-color: #7C633B;
}
</style>
border-color css
<style>
span { border-color: #7C633B; }
span { border-color: rgb(124,99,59); }
td.TdClassName
{
border-color: #7C633B;
}
.TagClassName
{
border-color: #7C633B;
}
</style>