Shades of Yellow Metal #746644
Tints of Yellow Metal #746644
RGB
CMYK
RGB Variations
Color information
#746644 (or 0x746644) is known color: Yellow Metal. HEX triplet: 74, 66 and 44. RGB value is (116,102,68). Sum of RGB (Red+Green+Blue) = 116+102+68=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #746644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746644 is #8B99BB. Grayscale: #666666. Windows color (decimal): -9148860 or 4482676. OLE color: 4482676.
HSL color Cylindrical-coordinate representation of color #746644: hue angle of 42.5º 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 #746644 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 102 | 68 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.55 |
| HSL | 42.5º | 0.26% | 0.36% | - |
| HSV(B) | 42.5º | 0.41% | 0.45% | - |
| XYZ | 13 | 13.63 | 7.42 | - |
| YUV | 102.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 68 | 0 | 0.12 | 0.41 | 0.55 | 42.5 | 0.26 | 0.36 |
| Hex | 74 | 66 | 44 | 0 | C | 29 | 37 | 2A | 1A | 24 |
| Octal | 164 | 146 | 104 | 0 | 14 | 51 | 67 | 52 | 32 | 44 |
| Binary | 1110100 | 1100110 | 1000100 | 0 | 1100 | 101001 | 110111 | 101010 | 11010 | 100100 |
Color Harmonies of #746644
Complementary color
Monochromatic Colors of #746644
Black with #746644
Text Example
Text Example
White with #746644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746644; }
p { color: rgb(116,102,68); }
H1.HeaderClassName
{
color: #746644;
}
.AnyTagClassName
{
color: #746644;
}
</style>
background-color css
<style>
a { background-color: #746644; }
a { background-color: rgb(116,102,68); }
div.DivClassName
{
background-color: #746644;
}
.BgClassName
{
background-color: #746644;
}
</style>
border-color css
<style>
span { border-color: #746644; }
span { border-color: rgb(116,102,68); }
td.TdClassName
{
border-color: #746644;
}
.TagClassName
{
border-color: #746644;
}
</style>