Shades of Yellow Metal #7C6B3B
Tints of Yellow Metal #7C6B3B
RGB
CMYK
RGB Variations
Color information
#7C6B3B (or 0x7C6B3B) is known color: Yellow Metal. HEX triplet: 7C, 6B and 3B. RGB value is (124,107,59). Sum of RGB (Red+Green+Blue) = 124+107+59=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6B3B is #8394C4. Grayscale: #6A6A6A. Windows color (decimal): -8623301 or 3894140. OLE color: 3894140.
HSL color Cylindrical-coordinate representation of color #7C6B3B: hue angle of 44.31º 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 #7C6B3B is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 107 | 59 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.51 |
| HSL | 44.31º | 0.36% | 0.36% | - |
| HSV(B) | 44.31º | 0.52% | 0.49% | - |
| XYZ | 14.36 | 15.12 | 6.3 | - |
| YUV | 106.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 59 | 0 | 0.14 | 0.52 | 0.51 | 44.31 | 0.36 | 0.36 |
| Hex | 7C | 6B | 3B | 0 | E | 34 | 33 | 2C | 24 | 24 |
| Octal | 174 | 153 | 73 | 0 | 16 | 64 | 63 | 54 | 44 | 44 |
| Binary | 1111100 | 1101011 | 111011 | 0 | 1110 | 110100 | 110011 | 101100 | 100100 | 100100 |
Color Harmonies of #7C6B3B
Complementary color
Monochromatic Colors of #7C6B3B
Black with #7C6B3B
Text Example
Text Example
White with #7C6B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6B3B; }
p { color: rgb(124,107,59); }
H1.HeaderClassName
{
color: #7C6B3B;
}
.AnyTagClassName
{
color: #7C6B3B;
}
</style>
background-color css
<style>
a { background-color: #7C6B3B; }
a { background-color: rgb(124,107,59); }
div.DivClassName
{
background-color: #7C6B3B;
}
.BgClassName
{
background-color: #7C6B3B;
}
</style>
border-color css
<style>
span { border-color: #7C6B3B; }
span { border-color: rgb(124,107,59); }
td.TdClassName
{
border-color: #7C6B3B;
}
.TagClassName
{
border-color: #7C6B3B;
}
</style>