Shades of Yellow Metal #706143
Tints of Yellow Metal #706143
RGB
CMYK
RGB Variations
Color information
#706143 (or 0x706143) is known color: Yellow Metal. HEX triplet: 70, 61 and 43. RGB value is (112,97,67). Sum of RGB (Red+Green+Blue) = 112+97+67=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #706143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706143 is #8F9EBC. Grayscale: #626262. Windows color (decimal): -9412285 or 4415856. OLE color: 4415856.
HSL color Cylindrical-coordinate representation of color #706143: hue angle of 40º 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 #706143 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 67 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.56 |
| HSL | 40º | 0.25% | 0.35% | - |
| HSV(B) | 40º | 0.4% | 0.44% | - |
| XYZ | 11.97 | 12.4 | 7.07 | - |
| YUV | 98.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 67 | 0 | 0.13 | 0.40 | 0.56 | 40 | 0.25 | 0.35 |
| Hex | 70 | 61 | 43 | 0 | D | 28 | 38 | 28 | 19 | 23 |
| Octal | 160 | 141 | 103 | 0 | 15 | 50 | 70 | 50 | 31 | 43 |
| Binary | 1110000 | 1100001 | 1000011 | 0 | 1101 | 101000 | 111000 | 101000 | 11001 | 100011 |
Color Harmonies of #706143
Complementary color
Monochromatic Colors of #706143
Black with #706143
Text Example
Text Example
White with #706143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706143; }
p { color: rgb(112,97,67); }
H1.HeaderClassName
{
color: #706143;
}
.AnyTagClassName
{
color: #706143;
}
</style>
background-color css
<style>
a { background-color: #706143; }
a { background-color: rgb(112,97,67); }
div.DivClassName
{
background-color: #706143;
}
.BgClassName
{
background-color: #706143;
}
</style>
border-color css
<style>
span { border-color: #706143; }
span { border-color: rgb(112,97,67); }
td.TdClassName
{
border-color: #706143;
}
.TagClassName
{
border-color: #706143;
}
</style>