Shades of Yellow Metal #746444
Tints of Yellow Metal #746444
RGB
CMYK
RGB Variations
Color information
#746444 (or 0x746444) is known color: Yellow Metal. HEX triplet: 74, 64 and 44. RGB value is (116,100,68). Sum of RGB (Red+Green+Blue) = 116+100+68=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #746444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746444 is #8B9BBB. Grayscale: #656565. Windows color (decimal): -9149372 or 4482164. OLE color: 4482164.
HSL color Cylindrical-coordinate representation of color #746444: hue angle of 40º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #746444 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 100 | 68 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.55 |
| HSL | 40º | 0.26% | 0.36% | - |
| HSV(B) | 40º | 0.41% | 0.45% | - |
| XYZ | 12.8 | 13.24 | 7.35 | - |
| YUV | 101.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 68 | 0 | 0.14 | 0.41 | 0.55 | 40 | 0.26 | 0.36 |
| Hex | 74 | 64 | 44 | 0 | E | 29 | 37 | 28 | 1A | 24 |
| Octal | 164 | 144 | 104 | 0 | 16 | 51 | 67 | 50 | 32 | 44 |
| Binary | 1110100 | 1100100 | 1000100 | 0 | 1110 | 101001 | 110111 | 101000 | 11010 | 100100 |
Color Harmonies of #746444
Complementary color
Monochromatic Colors of #746444
Black with #746444
Text Example
Text Example
White with #746444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746444; }
p { color: rgb(116,100,68); }
H1.HeaderClassName
{
color: #746444;
}
.AnyTagClassName
{
color: #746444;
}
</style>
background-color css
<style>
a { background-color: #746444; }
a { background-color: rgb(116,100,68); }
div.DivClassName
{
background-color: #746444;
}
.BgClassName
{
background-color: #746444;
}
</style>
border-color css
<style>
span { border-color: #746444; }
span { border-color: rgb(116,100,68); }
td.TdClassName
{
border-color: #746444;
}
.TagClassName
{
border-color: #746444;
}
</style>