Shades of Yellow Metal #706743
Tints of Yellow Metal #706743
RGB
CMYK
RGB Variations
Color information
#706743 (or 0x706743) is known color: Yellow Metal. HEX triplet: 70, 67 and 43. RGB value is (112,103,67). Sum of RGB (Red+Green+Blue) = 112+103+67=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #706743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706743 is #8F98BC. Grayscale: #656565. Windows color (decimal): -9410749 or 4417392. OLE color: 4417392.
HSL color Cylindrical-coordinate representation of color #706743: hue angle of 48º 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 #706743 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 67 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.56 |
| HSL | 48º | 0.25% | 0.35% | - |
| HSV(B) | 48º | 0.4% | 0.44% | - |
| XYZ | 12.55 | 13.55 | 7.26 | - |
| YUV | 101.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 67 | 0 | 0.08 | 0.40 | 0.56 | 48 | 0.25 | 0.35 |
| Hex | 70 | 67 | 43 | 0 | 8 | 28 | 38 | 30 | 19 | 23 |
| Octal | 160 | 147 | 103 | 0 | 10 | 50 | 70 | 60 | 31 | 43 |
| Binary | 1110000 | 1100111 | 1000011 | 0 | 1000 | 101000 | 111000 | 110000 | 11001 | 100011 |
Color Harmonies of #706743
Complementary color
Monochromatic Colors of #706743
Black with #706743
Text Example
Text Example
White with #706743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706743; }
p { color: rgb(112,103,67); }
H1.HeaderClassName
{
color: #706743;
}
.AnyTagClassName
{
color: #706743;
}
</style>
background-color css
<style>
a { background-color: #706743; }
a { background-color: rgb(112,103,67); }
div.DivClassName
{
background-color: #706743;
}
.BgClassName
{
background-color: #706743;
}
</style>
border-color css
<style>
span { border-color: #706743; }
span { border-color: rgb(112,103,67); }
td.TdClassName
{
border-color: #706743;
}
.TagClassName
{
border-color: #706743;
}
</style>