Shades of Yellow Metal #746643
Tints of Yellow Metal #746643
RGB
CMYK
RGB Variations
Color information
#746643 (or 0x746643) is known color: Yellow Metal. HEX triplet: 74, 66 and 43. RGB value is (116,102,67). Sum of RGB (Red+Green+Blue) = 116+102+67=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #746643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746643 is #8B99BC. Grayscale: #666666. Windows color (decimal): -9148861 or 4417140. OLE color: 4417140.
HSL color Cylindrical-coordinate representation of color #746643: hue angle of 42.86º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #746643 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 102 | 67 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.55 |
| HSL | 42.86º | 0.27% | 0.36% | - |
| HSV(B) | 42.86º | 0.42% | 0.45% | - |
| XYZ | 12.97 | 13.62 | 7.26 | - |
| YUV | 102.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 67 | 0 | 0.12 | 0.42 | 0.55 | 42.86 | 0.27 | 0.36 |
| Hex | 74 | 66 | 43 | 0 | C | 2A | 37 | 2B | 1B | 24 |
| Octal | 164 | 146 | 103 | 0 | 14 | 52 | 67 | 53 | 33 | 44 |
| Binary | 1110100 | 1100110 | 1000011 | 0 | 1100 | 101010 | 110111 | 101011 | 11011 | 100100 |
Color Harmonies of #746643
Complementary color
Monochromatic Colors of #746643
Black with #746643
Text Example
Text Example
White with #746643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746643; }
p { color: rgb(116,102,67); }
H1.HeaderClassName
{
color: #746643;
}
.AnyTagClassName
{
color: #746643;
}
</style>
background-color css
<style>
a { background-color: #746643; }
a { background-color: rgb(116,102,67); }
div.DivClassName
{
background-color: #746643;
}
.BgClassName
{
background-color: #746643;
}
</style>
border-color css
<style>
span { border-color: #746643; }
span { border-color: rgb(116,102,67); }
td.TdClassName
{
border-color: #746643;
}
.TagClassName
{
border-color: #746643;
}
</style>