Shades of Yellow Metal #796B3C
Tints of Yellow Metal #796B3C
RGB
CMYK
RGB Variations
Color information
#796B3C (or 0x796B3C) is known color: Yellow Metal. HEX triplet: 79, 6B and 3C. RGB value is (121,107,60). Sum of RGB (Red+Green+Blue) = 121+107+60=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #796B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796B3C is #8694C3. Grayscale: #6A6A6A. Windows color (decimal): -8819908 or 3959673. OLE color: 3959673.
HSL color Cylindrical-coordinate representation of color #796B3C: hue angle of 46.23º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796B3C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 107 | 60 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.53 |
| HSL | 46.23º | 0.34% | 0.35% | - |
| HSV(B) | 46.23º | 0.5% | 0.47% | - |
| XYZ | 13.96 | 14.91 | 6.42 | - |
| YUV | 105.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 60 | 0 | 0.12 | 0.50 | 0.53 | 46.23 | 0.34 | 0.35 |
| Hex | 79 | 6B | 3C | 0 | C | 32 | 35 | 2E | 22 | 23 |
| Octal | 171 | 153 | 74 | 0 | 14 | 62 | 65 | 56 | 42 | 43 |
| Binary | 1111001 | 1101011 | 111100 | 0 | 1100 | 110010 | 110101 | 101110 | 100010 | 100011 |
Color Harmonies of #796B3C
Complementary color
Monochromatic Colors of #796B3C
Black with #796B3C
Text Example
Text Example
White with #796B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796B3C; }
p { color: rgb(121,107,60); }
H1.HeaderClassName
{
color: #796B3C;
}
.AnyTagClassName
{
color: #796B3C;
}
</style>
background-color css
<style>
a { background-color: #796B3C; }
a { background-color: rgb(121,107,60); }
div.DivClassName
{
background-color: #796B3C;
}
.BgClassName
{
background-color: #796B3C;
}
</style>
border-color css
<style>
span { border-color: #796B3C; }
span { border-color: rgb(121,107,60); }
td.TdClassName
{
border-color: #796B3C;
}
.TagClassName
{
border-color: #796B3C;
}
</style>