Shades of Yellow Metal #706139
Tints of Yellow Metal #706139
RGB
CMYK
RGB Variations
Color information
#706139 (or 0x706139) is known color: Yellow Metal. HEX triplet: 70, 61 and 39. RGB value is (112,97,57). Sum of RGB (Red+Green+Blue) = 112+97+57=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #706139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706139 is #8F9EC6. Grayscale: #616161. Windows color (decimal): -9412295 or 3760496. OLE color: 3760496.
HSL color Cylindrical-coordinate representation of color #706139: hue angle of 43.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706139 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 57 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.56 |
| HSL | 43.64º | 0.33% | 0.33% | - |
| HSV(B) | 43.64º | 0.49% | 0.44% | - |
| XYZ | 11.7 | 12.29 | 5.63 | - |
| YUV | 96.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 57 | 0 | 0.13 | 0.49 | 0.56 | 43.64 | 0.33 | 0.33 |
| Hex | 70 | 61 | 39 | 0 | D | 31 | 38 | 2C | 21 | 21 |
| Octal | 160 | 141 | 71 | 0 | 15 | 61 | 70 | 54 | 41 | 41 |
| Binary | 1110000 | 1100001 | 111001 | 0 | 1101 | 110001 | 111000 | 101100 | 100001 | 100001 |
Color Harmonies of #706139
Complementary color
Monochromatic Colors of #706139
Black with #706139
Text Example
Text Example
White with #706139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706139; }
p { color: rgb(112,97,57); }
H1.HeaderClassName
{
color: #706139;
}
.AnyTagClassName
{
color: #706139;
}
</style>
background-color css
<style>
a { background-color: #706139; }
a { background-color: rgb(112,97,57); }
div.DivClassName
{
background-color: #706139;
}
.BgClassName
{
background-color: #706139;
}
</style>
border-color css
<style>
span { border-color: #706139; }
span { border-color: rgb(112,97,57); }
td.TdClassName
{
border-color: #706139;
}
.TagClassName
{
border-color: #706139;
}
</style>