Shades of Yellow Metal #746943
Tints of Yellow Metal #746943
RGB
CMYK
RGB Variations
Color information
#746943 (or 0x746943) is known color: Yellow Metal. HEX triplet: 74, 69 and 43. RGB value is (116,105,67). Sum of RGB (Red+Green+Blue) = 116+105+67=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #746943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746943 is #8B96BC. Grayscale: #686868. Windows color (decimal): -9148093 or 4417908. OLE color: 4417908.
HSL color Cylindrical-coordinate representation of color #746943: hue angle of 46.53º 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 #746943 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 67 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.55 |
| HSL | 46.53º | 0.27% | 0.36% | - |
| HSV(B) | 46.53º | 0.42% | 0.45% | - |
| XYZ | 13.27 | 14.22 | 7.36 | - |
| YUV | 103.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 67 | 0 | 0.09 | 0.42 | 0.55 | 46.53 | 0.27 | 0.36 |
| Hex | 74 | 69 | 43 | 0 | 9 | 2A | 37 | 2F | 1B | 24 |
| Octal | 164 | 151 | 103 | 0 | 11 | 52 | 67 | 57 | 33 | 44 |
| Binary | 1110100 | 1101001 | 1000011 | 0 | 1001 | 101010 | 110111 | 101111 | 11011 | 100100 |
Color Harmonies of #746943
Complementary color
Monochromatic Colors of #746943
Black with #746943
Text Example
Text Example
White with #746943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746943; }
p { color: rgb(116,105,67); }
H1.HeaderClassName
{
color: #746943;
}
.AnyTagClassName
{
color: #746943;
}
</style>
background-color css
<style>
a { background-color: #746943; }
a { background-color: rgb(116,105,67); }
div.DivClassName
{
background-color: #746943;
}
.BgClassName
{
background-color: #746943;
}
</style>
border-color css
<style>
span { border-color: #746943; }
span { border-color: rgb(116,105,67); }
td.TdClassName
{
border-color: #746943;
}
.TagClassName
{
border-color: #746943;
}
</style>