Shades of Yellow Metal #706343
Tints of Yellow Metal #706343
RGB
CMYK
RGB Variations
Color information
#706343 (or 0x706343) is known color: Yellow Metal. HEX triplet: 70, 63 and 43. RGB value is (112,99,67). Sum of RGB (Red+Green+Blue) = 112+99+67=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #706343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706343 is #8F9CBC. Grayscale: #636363. Windows color (decimal): -9411773 or 4416368. OLE color: 4416368.
HSL color Cylindrical-coordinate representation of color #706343: hue angle of 42.67º 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 #706343 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 67 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.56 |
| HSL | 42.67º | 0.25% | 0.35% | - |
| HSV(B) | 42.67º | 0.4% | 0.44% | - |
| XYZ | 12.16 | 12.77 | 7.14 | - |
| YUV | 99.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 67 | 0 | 0.12 | 0.40 | 0.56 | 42.67 | 0.25 | 0.35 |
| Hex | 70 | 63 | 43 | 0 | C | 28 | 38 | 2B | 19 | 23 |
| Octal | 160 | 143 | 103 | 0 | 14 | 50 | 70 | 53 | 31 | 43 |
| Binary | 1110000 | 1100011 | 1000011 | 0 | 1100 | 101000 | 111000 | 101011 | 11001 | 100011 |
Color Harmonies of #706343
Complementary color
Monochromatic Colors of #706343
Black with #706343
Text Example
Text Example
White with #706343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706343; }
p { color: rgb(112,99,67); }
H1.HeaderClassName
{
color: #706343;
}
.AnyTagClassName
{
color: #706343;
}
</style>
background-color css
<style>
a { background-color: #706343; }
a { background-color: rgb(112,99,67); }
div.DivClassName
{
background-color: #706343;
}
.BgClassName
{
background-color: #706343;
}
</style>
border-color css
<style>
span { border-color: #706343; }
span { border-color: rgb(112,99,67); }
td.TdClassName
{
border-color: #706343;
}
.TagClassName
{
border-color: #706343;
}
</style>