Shades of Yellow Metal #746144
Tints of Yellow Metal #746144
RGB
CMYK
RGB Variations
Color information
#746144 (or 0x746144) is known color: Yellow Metal. HEX triplet: 74, 61 and 44. RGB value is (116,97,68). Sum of RGB (Red+Green+Blue) = 116+97+68=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #746144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746144 is #8B9EBB. Grayscale: #636363. Windows color (decimal): -9150140 or 4481396. OLE color: 4481396.
HSL color Cylindrical-coordinate representation of color #746144: hue angle of 36.25º 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 #746144 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 68 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.55 |
| HSL | 36.25º | 0.26% | 0.36% | - |
| HSV(B) | 36.25º | 0.41% | 0.45% | - |
| XYZ | 12.52 | 12.68 | 7.26 | - |
| YUV | 99.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 68 | 0 | 0.16 | 0.41 | 0.55 | 36.25 | 0.26 | 0.36 |
| Hex | 74 | 61 | 44 | 0 | 10 | 29 | 37 | 24 | 1A | 24 |
| Octal | 164 | 141 | 104 | 0 | 20 | 51 | 67 | 44 | 32 | 44 |
| Binary | 1110100 | 1100001 | 1000100 | 0 | 10000 | 101001 | 110111 | 100100 | 11010 | 100100 |
Color Harmonies of #746144
Complementary color
Monochromatic Colors of #746144
Black with #746144
Text Example
Text Example
White with #746144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746144; }
p { color: rgb(116,97,68); }
H1.HeaderClassName
{
color: #746144;
}
.AnyTagClassName
{
color: #746144;
}
</style>
background-color css
<style>
a { background-color: #746144; }
a { background-color: rgb(116,97,68); }
div.DivClassName
{
background-color: #746144;
}
.BgClassName
{
background-color: #746144;
}
</style>
border-color css
<style>
span { border-color: #746144; }
span { border-color: rgb(116,97,68); }
td.TdClassName
{
border-color: #746144;
}
.TagClassName
{
border-color: #746144;
}
</style>