Shades of Yellow Metal #786236
Tints of Yellow Metal #786236
RGB
CMYK
RGB Variations
Color information
#786236 (or 0x786236) is known color: Yellow Metal. HEX triplet: 78, 62 and 36. RGB value is (120,98,54). Sum of RGB (Red+Green+Blue) = 120+98+54=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #786236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786236 is #879DC9. Grayscale: #636363. Windows color (decimal): -8887754 or 3564152. OLE color: 3564152.
HSL color Cylindrical-coordinate representation of color #786236: hue angle of 40º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #786236 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 98 | 54 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.53 |
| HSL | 40º | 0.38% | 0.34% | - |
| HSV(B) | 40º | 0.55% | 0.47% | - |
| XYZ | 12.78 | 12.99 | 5.32 | - |
| YUV | 99.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 54 | 0 | 0.18 | 0.55 | 0.53 | 40 | 0.38 | 0.34 |
| Hex | 78 | 62 | 36 | 0 | 12 | 37 | 35 | 28 | 26 | 22 |
| Octal | 170 | 142 | 66 | 0 | 22 | 67 | 65 | 50 | 46 | 42 |
| Binary | 1111000 | 1100010 | 110110 | 0 | 10010 | 110111 | 110101 | 101000 | 100110 | 100010 |
Color Harmonies of #786236
Complementary color
Monochromatic Colors of #786236
Black with #786236
Text Example
Text Example
White with #786236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786236; }
p { color: rgb(120,98,54); }
H1.HeaderClassName
{
color: #786236;
}
.AnyTagClassName
{
color: #786236;
}
</style>
background-color css
<style>
a { background-color: #786236; }
a { background-color: rgb(120,98,54); }
div.DivClassName
{
background-color: #786236;
}
.BgClassName
{
background-color: #786236;
}
</style>
border-color css
<style>
span { border-color: #786236; }
span { border-color: rgb(120,98,54); }
td.TdClassName
{
border-color: #786236;
}
.TagClassName
{
border-color: #786236;
}
</style>