Shades of Yellow Metal #706544
Tints of Yellow Metal #706544
RGB
CMYK
RGB Variations
Color information
#706544 (or 0x706544) is known color: Yellow Metal. HEX triplet: 70, 65 and 44. RGB value is (112,101,68). Sum of RGB (Red+Green+Blue) = 112+101+68=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706544 is #8F9ABB. Grayscale: #646464. Windows color (decimal): -9411260 or 4482416. OLE color: 4482416.
HSL color Cylindrical-coordinate representation of color #706544: hue angle of 45º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706544 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 68 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.56 |
| HSL | 45º | 0.24% | 0.35% | - |
| HSV(B) | 45º | 0.39% | 0.44% | - |
| XYZ | 12.38 | 13.17 | 7.36 | - |
| YUV | 100.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 68 | 0 | 0.10 | 0.39 | 0.56 | 45 | 0.24 | 0.35 |
| Hex | 70 | 65 | 44 | 0 | A | 27 | 38 | 2D | 18 | 23 |
| Octal | 160 | 145 | 104 | 0 | 12 | 47 | 70 | 55 | 30 | 43 |
| Binary | 1110000 | 1100101 | 1000100 | 0 | 1010 | 100111 | 111000 | 101101 | 11000 | 100011 |
Color Harmonies of #706544
Complementary color
Monochromatic Colors of #706544
Black with #706544
Text Example
Text Example
White with #706544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706544; }
p { color: rgb(112,101,68); }
H1.HeaderClassName
{
color: #706544;
}
.AnyTagClassName
{
color: #706544;
}
</style>
background-color css
<style>
a { background-color: #706544; }
a { background-color: rgb(112,101,68); }
div.DivClassName
{
background-color: #706544;
}
.BgClassName
{
background-color: #706544;
}
</style>
border-color css
<style>
span { border-color: #706544; }
span { border-color: rgb(112,101,68); }
td.TdClassName
{
border-color: #706544;
}
.TagClassName
{
border-color: #706544;
}
</style>