Shades of Yellow Metal #706545
Tints of Yellow Metal #706545
RGB
CMYK
RGB Variations
Color information
#706545 (or 0x706545) is known color: Yellow Metal. HEX triplet: 70, 65 and 45. RGB value is (112,101,69). Sum of RGB (Red+Green+Blue) = 112+101+69=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #706545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706545 is #8F9ABA. Grayscale: #646464. Windows color (decimal): -9411259 or 4547952. OLE color: 4547952.
HSL color Cylindrical-coordinate representation of color #706545: hue angle of 44.65º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706545 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 69 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.56 |
| HSL | 44.65º | 0.24% | 0.35% | - |
| HSV(B) | 44.65º | 0.38% | 0.44% | - |
| XYZ | 12.41 | 13.18 | 7.52 | - |
| YUV | 100.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 69 | 0 | 0.10 | 0.38 | 0.56 | 44.65 | 0.24 | 0.35 |
| Hex | 70 | 65 | 45 | 0 | A | 26 | 38 | 2D | 18 | 23 |
| Octal | 160 | 145 | 105 | 0 | 12 | 46 | 70 | 55 | 30 | 43 |
| Binary | 1110000 | 1100101 | 1000101 | 0 | 1010 | 100110 | 111000 | 101101 | 11000 | 100011 |
Color Harmonies of #706545
Complementary color
Monochromatic Colors of #706545
Black with #706545
Text Example
Text Example
White with #706545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706545; }
p { color: rgb(112,101,69); }
H1.HeaderClassName
{
color: #706545;
}
.AnyTagClassName
{
color: #706545;
}
</style>
background-color css
<style>
a { background-color: #706545; }
a { background-color: rgb(112,101,69); }
div.DivClassName
{
background-color: #706545;
}
.BgClassName
{
background-color: #706545;
}
</style>
border-color css
<style>
span { border-color: #706545; }
span { border-color: rgb(112,101,69); }
td.TdClassName
{
border-color: #706545;
}
.TagClassName
{
border-color: #706545;
}
</style>