Shades of Yellow Metal #706039
Tints of Yellow Metal #706039
RGB
CMYK
RGB Variations
Color information
#706039 (or 0x706039) is known color: Yellow Metal. HEX triplet: 70, 60 and 39. RGB value is (112,96,57). Sum of RGB (Red+Green+Blue) = 112+96+57=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #706039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706039 is #8F9FC6. Grayscale: #606060. Windows color (decimal): -9412551 or 3760240. OLE color: 3760240.
HSL color Cylindrical-coordinate representation of color #706039: hue angle of 42.55º 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 #706039 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 57 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.56 |
| HSL | 42.55º | 0.33% | 0.33% | - |
| HSV(B) | 42.55º | 0.49% | 0.44% | - |
| XYZ | 11.6 | 12.11 | 5.6 | - |
| YUV | 96.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 57 | 0 | 0.14 | 0.49 | 0.56 | 42.55 | 0.33 | 0.33 |
| Hex | 70 | 60 | 39 | 0 | E | 31 | 38 | 2B | 21 | 21 |
| Octal | 160 | 140 | 71 | 0 | 16 | 61 | 70 | 53 | 41 | 41 |
| Binary | 1110000 | 1100000 | 111001 | 0 | 1110 | 110001 | 111000 | 101011 | 100001 | 100001 |
Color Harmonies of #706039
Complementary color
Monochromatic Colors of #706039
Black with #706039
Text Example
Text Example
White with #706039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706039; }
p { color: rgb(112,96,57); }
H1.HeaderClassName
{
color: #706039;
}
.AnyTagClassName
{
color: #706039;
}
</style>
background-color css
<style>
a { background-color: #706039; }
a { background-color: rgb(112,96,57); }
div.DivClassName
{
background-color: #706039;
}
.BgClassName
{
background-color: #706039;
}
</style>
border-color css
<style>
span { border-color: #706039; }
span { border-color: rgb(112,96,57); }
td.TdClassName
{
border-color: #706039;
}
.TagClassName
{
border-color: #706039;
}
</style>