Shades of Yellow Metal #79663A
Tints of Yellow Metal #79663A
RGB
CMYK
RGB Variations
Color information
#79663A (or 0x79663A) is known color: Yellow Metal. HEX triplet: 79, 66 and 3A. RGB value is (121,102,58). Sum of RGB (Red+Green+Blue) = 121+102+58=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #79663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79663A is #8699C5. Grayscale: #666666. Windows color (decimal): -8821190 or 3827321. OLE color: 3827321.
HSL color Cylindrical-coordinate representation of color #79663A: hue angle of 41.9º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79663A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 102 | 58 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.53 |
| HSL | 41.9º | 0.35% | 0.35% | - |
| HSV(B) | 41.9º | 0.52% | 0.47% | - |
| XYZ | 13.4 | 13.87 | 5.97 | - |
| YUV | 102.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 58 | 0 | 0.16 | 0.52 | 0.53 | 41.9 | 0.35 | 0.35 |
| Hex | 79 | 66 | 3A | 0 | 10 | 34 | 35 | 2A | 23 | 23 |
| Octal | 171 | 146 | 72 | 0 | 20 | 64 | 65 | 52 | 43 | 43 |
| Binary | 1111001 | 1100110 | 111010 | 0 | 10000 | 110100 | 110101 | 101010 | 100011 | 100011 |
Color Harmonies of #79663A
Complementary color
Monochromatic Colors of #79663A
Black with #79663A
Text Example
Text Example
White with #79663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79663A; }
p { color: rgb(121,102,58); }
H1.HeaderClassName
{
color: #79663A;
}
.AnyTagClassName
{
color: #79663A;
}
</style>
background-color css
<style>
a { background-color: #79663A; }
a { background-color: rgb(121,102,58); }
div.DivClassName
{
background-color: #79663A;
}
.BgClassName
{
background-color: #79663A;
}
</style>
border-color css
<style>
span { border-color: #79663A; }
span { border-color: rgb(121,102,58); }
td.TdClassName
{
border-color: #79663A;
}
.TagClassName
{
border-color: #79663A;
}
</style>