Shades of Yellow Metal #706238
Tints of Yellow Metal #706238
RGB
CMYK
RGB Variations
Color information
#706238 (or 0x706238) is known color: Yellow Metal. HEX triplet: 70, 62 and 38. RGB value is (112,98,56). Sum of RGB (Red+Green+Blue) = 112+98+56=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #706238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706238 is #8F9DC7. Grayscale: #616161. Windows color (decimal): -9412040 or 3695216. OLE color: 3695216.
HSL color Cylindrical-coordinate representation of color #706238: hue angle of 45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706238 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 56 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.56 |
| HSL | 45º | 0.33% | 0.33% | - |
| HSV(B) | 45º | 0.5% | 0.44% | - |
| XYZ | 11.76 | 12.47 | 5.53 | - |
| YUV | 97.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 56 | 0 | 0.13 | 0.50 | 0.56 | 45 | 0.33 | 0.33 |
| Hex | 70 | 62 | 38 | 0 | D | 32 | 38 | 2D | 21 | 21 |
| Octal | 160 | 142 | 70 | 0 | 15 | 62 | 70 | 55 | 41 | 41 |
| Binary | 1110000 | 1100010 | 111000 | 0 | 1101 | 110010 | 111000 | 101101 | 100001 | 100001 |
Color Harmonies of #706238
Complementary color
Monochromatic Colors of #706238
Black with #706238
Text Example
Text Example
White with #706238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706238; }
p { color: rgb(112,98,56); }
H1.HeaderClassName
{
color: #706238;
}
.AnyTagClassName
{
color: #706238;
}
</style>
background-color css
<style>
a { background-color: #706238; }
a { background-color: rgb(112,98,56); }
div.DivClassName
{
background-color: #706238;
}
.BgClassName
{
background-color: #706238;
}
</style>
border-color css
<style>
span { border-color: #706238; }
span { border-color: rgb(112,98,56); }
td.TdClassName
{
border-color: #706238;
}
.TagClassName
{
border-color: #706238;
}
</style>