Shades of Yellow Metal #746140
Tints of Yellow Metal #746140
RGB
CMYK
RGB Variations
Color information
#746140 (or 0x746140) is known color: Yellow Metal. HEX triplet: 74, 61 and 40. RGB value is (116,97,64). Sum of RGB (Red+Green+Blue) = 116+97+64=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #746140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746140 is #8B9EBF. Grayscale: #636363. Windows color (decimal): -9150144 or 4219252. OLE color: 4219252.
HSL color Cylindrical-coordinate representation of color #746140: hue angle of 38.08º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #746140 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 64 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.55 |
| HSL | 38.08º | 0.29% | 0.35% | - |
| HSV(B) | 38.08º | 0.45% | 0.45% | - |
| XYZ | 12.4 | 12.63 | 6.64 | - |
| YUV | 98.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 64 | 0 | 0.16 | 0.45 | 0.55 | 38.08 | 0.29 | 0.35 |
| Hex | 74 | 61 | 40 | 0 | 10 | 2D | 37 | 26 | 1D | 23 |
| Octal | 164 | 141 | 100 | 0 | 20 | 55 | 67 | 46 | 35 | 43 |
| Binary | 1110100 | 1100001 | 1000000 | 0 | 10000 | 101101 | 110111 | 100110 | 11101 | 100011 |
Color Harmonies of #746140
Complementary color
Monochromatic Colors of #746140
Black with #746140
Text Example
Text Example
White with #746140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746140; }
p { color: rgb(116,97,64); }
H1.HeaderClassName
{
color: #746140;
}
.AnyTagClassName
{
color: #746140;
}
</style>
background-color css
<style>
a { background-color: #746140; }
a { background-color: rgb(116,97,64); }
div.DivClassName
{
background-color: #746140;
}
.BgClassName
{
background-color: #746140;
}
</style>
border-color css
<style>
span { border-color: #746140; }
span { border-color: rgb(116,97,64); }
td.TdClassName
{
border-color: #746140;
}
.TagClassName
{
border-color: #746140;
}
</style>