Shades of Yellow Metal #746741
Tints of Yellow Metal #746741
RGB
CMYK
RGB Variations
Color information
#746741 (or 0x746741) is known color: Yellow Metal. HEX triplet: 74, 67 and 41. RGB value is (116,103,65). Sum of RGB (Red+Green+Blue) = 116+103+65=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #746741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746741 is #8B98BE. Grayscale: #666666. Windows color (decimal): -9148607 or 4286324. OLE color: 4286324.
HSL color Cylindrical-coordinate representation of color #746741: hue angle of 44.71º 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 #746741 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 65 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.55 |
| HSL | 44.71º | 0.28% | 0.35% | - |
| HSV(B) | 44.71º | 0.44% | 0.45% | - |
| XYZ | 13.01 | 13.8 | 6.98 | - |
| YUV | 102.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 65 | 0 | 0.11 | 0.44 | 0.55 | 44.71 | 0.28 | 0.35 |
| Hex | 74 | 67 | 41 | 0 | B | 2C | 37 | 2D | 1C | 23 |
| Octal | 164 | 147 | 101 | 0 | 13 | 54 | 67 | 55 | 34 | 43 |
| Binary | 1110100 | 1100111 | 1000001 | 0 | 1011 | 101100 | 110111 | 101101 | 11100 | 100011 |
Color Harmonies of #746741
Complementary color
Monochromatic Colors of #746741
Black with #746741
Text Example
Text Example
White with #746741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746741; }
p { color: rgb(116,103,65); }
H1.HeaderClassName
{
color: #746741;
}
.AnyTagClassName
{
color: #746741;
}
</style>
background-color css
<style>
a { background-color: #746741; }
a { background-color: rgb(116,103,65); }
div.DivClassName
{
background-color: #746741;
}
.BgClassName
{
background-color: #746741;
}
</style>
border-color css
<style>
span { border-color: #746741; }
span { border-color: rgb(116,103,65); }
td.TdClassName
{
border-color: #746741;
}
.TagClassName
{
border-color: #746741;
}
</style>