Shades of Yellow Metal #74693F
Tints of Yellow Metal #74693F
RGB
CMYK
RGB Variations
Color information
#74693F (or 0x74693F) is known color: Yellow Metal. HEX triplet: 74, 69 and 3F. RGB value is (116,105,63). Sum of RGB (Red+Green+Blue) = 116+105+63=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #74693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74693F is #8B96C0. Grayscale: #676767. Windows color (decimal): -9148097 or 4155764. OLE color: 4155764.
HSL color Cylindrical-coordinate representation of color #74693F: hue angle of 47.55º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74693F is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 63 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.55 |
| HSL | 47.55º | 0.3% | 0.35% | - |
| HSV(B) | 47.55º | 0.46% | 0.45% | - |
| XYZ | 13.15 | 14.18 | 6.75 | - |
| YUV | 103.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 63 | 0 | 0.09 | 0.46 | 0.55 | 47.55 | 0.3 | 0.35 |
| Hex | 74 | 69 | 3F | 0 | 9 | 2E | 37 | 30 | 1E | 23 |
| Octal | 164 | 151 | 77 | 0 | 11 | 56 | 67 | 60 | 36 | 43 |
| Binary | 1110100 | 1101001 | 111111 | 0 | 1001 | 101110 | 110111 | 110000 | 11110 | 100011 |
Color Harmonies of #74693F
Complementary color
Monochromatic Colors of #74693F
Black with #74693F
Text Example
Text Example
White with #74693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74693F; }
p { color: rgb(116,105,63); }
H1.HeaderClassName
{
color: #74693F;
}
.AnyTagClassName
{
color: #74693F;
}
</style>
background-color css
<style>
a { background-color: #74693F; }
a { background-color: rgb(116,105,63); }
div.DivClassName
{
background-color: #74693F;
}
.BgClassName
{
background-color: #74693F;
}
</style>
border-color css
<style>
span { border-color: #74693F; }
span { border-color: rgb(116,105,63); }
td.TdClassName
{
border-color: #74693F;
}
.TagClassName
{
border-color: #74693F;
}
</style>