Shades of Yellow Metal #796A3E
Tints of Yellow Metal #796A3E
RGB
CMYK
RGB Variations
Color information
#796A3E (or 0x796A3E) is known color: Yellow Metal. HEX triplet: 79, 6A and 3E. RGB value is (121,106,62). Sum of RGB (Red+Green+Blue) = 121+106+62=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #796A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A3E is #8695C1. Grayscale: #696969. Windows color (decimal): -8820162 or 4090489. OLE color: 4090489.
HSL color Cylindrical-coordinate representation of color #796A3E: hue angle of 44.75º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #796A3E is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 62 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.53 |
| HSL | 44.75º | 0.32% | 0.36% | - |
| HSV(B) | 44.75º | 0.49% | 0.47% | - |
| XYZ | 13.91 | 14.72 | 6.67 | - |
| YUV | 105.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 62 | 0 | 0.12 | 0.49 | 0.53 | 44.75 | 0.32 | 0.36 |
| Hex | 79 | 6A | 3E | 0 | C | 31 | 35 | 2D | 20 | 24 |
| Octal | 171 | 152 | 76 | 0 | 14 | 61 | 65 | 55 | 40 | 44 |
| Binary | 1111001 | 1101010 | 111110 | 0 | 1100 | 110001 | 110101 | 101101 | 100000 | 100100 |
Color Harmonies of #796A3E
Complementary color
Monochromatic Colors of #796A3E
Black with #796A3E
Text Example
Text Example
White with #796A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A3E; }
p { color: rgb(121,106,62); }
H1.HeaderClassName
{
color: #796A3E;
}
.AnyTagClassName
{
color: #796A3E;
}
</style>
background-color css
<style>
a { background-color: #796A3E; }
a { background-color: rgb(121,106,62); }
div.DivClassName
{
background-color: #796A3E;
}
.BgClassName
{
background-color: #796A3E;
}
</style>
border-color css
<style>
span { border-color: #796A3E; }
span { border-color: rgb(121,106,62); }
td.TdClassName
{
border-color: #796A3E;
}
.TagClassName
{
border-color: #796A3E;
}
</style>