Shades of Yellow Metal #746A41
Tints of Yellow Metal #746A41
RGB
CMYK
RGB Variations
Color information
#746A41 (or 0x746A41) is known color: Yellow Metal. HEX triplet: 74, 6A and 41. RGB value is (116,106,65). Sum of RGB (Red+Green+Blue) = 116+106+65=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #746A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A41 is #8B95BE. Grayscale: #686868. Windows color (decimal): -9147839 or 4287092. OLE color: 4287092.
HSL color Cylindrical-coordinate representation of color #746A41: hue angle of 48.24º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #746A41 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 65 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.55 |
| HSL | 48.24º | 0.28% | 0.35% | - |
| HSV(B) | 48.24º | 0.44% | 0.45% | - |
| XYZ | 13.31 | 14.4 | 7.08 | - |
| YUV | 104.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 65 | 0 | 0.09 | 0.44 | 0.55 | 48.24 | 0.28 | 0.35 |
| Hex | 74 | 6A | 41 | 0 | 9 | 2C | 37 | 30 | 1C | 23 |
| Octal | 164 | 152 | 101 | 0 | 11 | 54 | 67 | 60 | 34 | 43 |
| Binary | 1110100 | 1101010 | 1000001 | 0 | 1001 | 101100 | 110111 | 110000 | 11100 | 100011 |
Color Harmonies of #746A41
Complementary color
Monochromatic Colors of #746A41
Black with #746A41
Text Example
Text Example
White with #746A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A41; }
p { color: rgb(116,106,65); }
H1.HeaderClassName
{
color: #746A41;
}
.AnyTagClassName
{
color: #746A41;
}
</style>
background-color css
<style>
a { background-color: #746A41; }
a { background-color: rgb(116,106,65); }
div.DivClassName
{
background-color: #746A41;
}
.BgClassName
{
background-color: #746A41;
}
</style>
border-color css
<style>
span { border-color: #746A41; }
span { border-color: rgb(116,106,65); }
td.TdClassName
{
border-color: #746A41;
}
.TagClassName
{
border-color: #746A41;
}
</style>