Shades of Yellow Metal #796B3A
Tints of Yellow Metal #796B3A
RGB
CMYK
RGB Variations
Color information
#796B3A (or 0x796B3A) is known color: Yellow Metal. HEX triplet: 79, 6B and 3A. RGB value is (121,107,58). Sum of RGB (Red+Green+Blue) = 121+107+58=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #796B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796B3A is #8694C5. Grayscale: #696969. Windows color (decimal): -8819910 or 3828601. OLE color: 3828601.
HSL color Cylindrical-coordinate representation of color #796B3A: hue angle of 46.67º 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 #796B3A is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 107 | 58 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.53 |
| HSL | 46.67º | 0.35% | 0.35% | - |
| HSV(B) | 46.67º | 0.52% | 0.47% | - |
| XYZ | 13.91 | 14.89 | 6.14 | - |
| YUV | 105.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 58 | 0 | 0.12 | 0.52 | 0.53 | 46.67 | 0.35 | 0.35 |
| Hex | 79 | 6B | 3A | 0 | C | 34 | 35 | 2F | 23 | 23 |
| Octal | 171 | 153 | 72 | 0 | 14 | 64 | 65 | 57 | 43 | 43 |
| Binary | 1111001 | 1101011 | 111010 | 0 | 1100 | 110100 | 110101 | 101111 | 100011 | 100011 |
Color Harmonies of #796B3A
Complementary color
Monochromatic Colors of #796B3A
Black with #796B3A
Text Example
Text Example
White with #796B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796B3A; }
p { color: rgb(121,107,58); }
H1.HeaderClassName
{
color: #796B3A;
}
.AnyTagClassName
{
color: #796B3A;
}
</style>
background-color css
<style>
a { background-color: #796B3A; }
a { background-color: rgb(121,107,58); }
div.DivClassName
{
background-color: #796B3A;
}
.BgClassName
{
background-color: #796B3A;
}
</style>
border-color css
<style>
span { border-color: #796B3A; }
span { border-color: rgb(121,107,58); }
td.TdClassName
{
border-color: #796B3A;
}
.TagClassName
{
border-color: #796B3A;
}
</style>