Shades of Yellow Metal #746243
Tints of Yellow Metal #746243
RGB
CMYK
RGB Variations
Color information
#746243 (or 0x746243) is known color: Yellow Metal. HEX triplet: 74, 62 and 43. RGB value is (116,98,67). Sum of RGB (Red+Green+Blue) = 116+98+67=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #746243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746243 is #8B9DBC. Grayscale: #636363. Windows color (decimal): -9149885 or 4416116. OLE color: 4416116.
HSL color Cylindrical-coordinate representation of color #746243: hue angle of 37.96º 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 #746243 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 67 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.55 |
| HSL | 37.96º | 0.27% | 0.36% | - |
| HSV(B) | 37.96º | 0.42% | 0.45% | - |
| XYZ | 12.58 | 12.85 | 7.13 | - |
| YUV | 99.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 67 | 0 | 0.16 | 0.42 | 0.55 | 37.96 | 0.27 | 0.36 |
| Hex | 74 | 62 | 43 | 0 | 10 | 2A | 37 | 26 | 1B | 24 |
| Octal | 164 | 142 | 103 | 0 | 20 | 52 | 67 | 46 | 33 | 44 |
| Binary | 1110100 | 1100010 | 1000011 | 0 | 10000 | 101010 | 110111 | 100110 | 11011 | 100100 |
Color Harmonies of #746243
Complementary color
Monochromatic Colors of #746243
Black with #746243
Text Example
Text Example
White with #746243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746243; }
p { color: rgb(116,98,67); }
H1.HeaderClassName
{
color: #746243;
}
.AnyTagClassName
{
color: #746243;
}
</style>
background-color css
<style>
a { background-color: #746243; }
a { background-color: rgb(116,98,67); }
div.DivClassName
{
background-color: #746243;
}
.BgClassName
{
background-color: #746243;
}
</style>
border-color css
<style>
span { border-color: #746243; }
span { border-color: rgb(116,98,67); }
td.TdClassName
{
border-color: #746243;
}
.TagClassName
{
border-color: #746243;
}
</style>