Shades of Yellow Metal #706443
Tints of Yellow Metal #706443
RGB
CMYK
RGB Variations
Color information
#706443 (or 0x706443) is known color: Yellow Metal. HEX triplet: 70, 64 and 43. RGB value is (112,100,67). Sum of RGB (Red+Green+Blue) = 112+100+67=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706443 is #8F9BBC. Grayscale: #636363. Windows color (decimal): -9411517 or 4416624. OLE color: 4416624.
HSL color Cylindrical-coordinate representation of color #706443: hue angle of 44º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #706443 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 67 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.56 |
| HSL | 44º | 0.25% | 0.35% | - |
| HSV(B) | 44º | 0.4% | 0.44% | - |
| XYZ | 12.25 | 12.96 | 7.17 | - |
| YUV | 99.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 67 | 0 | 0.11 | 0.40 | 0.56 | 44 | 0.25 | 0.35 |
| Hex | 70 | 64 | 43 | 0 | B | 28 | 38 | 2C | 19 | 23 |
| Octal | 160 | 144 | 103 | 0 | 13 | 50 | 70 | 54 | 31 | 43 |
| Binary | 1110000 | 1100100 | 1000011 | 0 | 1011 | 101000 | 111000 | 101100 | 11001 | 100011 |
Color Harmonies of #706443
Complementary color
Monochromatic Colors of #706443
Black with #706443
Text Example
Text Example
White with #706443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706443; }
p { color: rgb(112,100,67); }
H1.HeaderClassName
{
color: #706443;
}
.AnyTagClassName
{
color: #706443;
}
</style>
background-color css
<style>
a { background-color: #706443; }
a { background-color: rgb(112,100,67); }
div.DivClassName
{
background-color: #706443;
}
.BgClassName
{
background-color: #706443;
}
</style>
border-color css
<style>
span { border-color: #706443; }
span { border-color: rgb(112,100,67); }
td.TdClassName
{
border-color: #706443;
}
.TagClassName
{
border-color: #706443;
}
</style>