#706140

Color #706140 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #706140

Tints of Yellow Metal #706140

Color information

#706140 (or 0x706140) is unknown color: approx Yellow Metal. HEX triplet: 70, 61 and 40. RGB value is (112,97,64). Sum of RGB (Red+Green+Blue) = 112+97+64=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #706140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706140 is #8F9EBF. Grayscale: #616161. Windows color (decimal): -9412288 or 4219248. OLE color: 4219248.

HSL color Cylindrical-coordinate representation of color #706140: hue angle of 41.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #706140 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1129764-
CMYK00.130.430.56
HSL41.25º27.27%34.51%-
HSV(B)41.25º42.86%43.92%-
XYZ11.8812.366.61-
YUV97.72108.97138.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=41.03%
G=35.53%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112976400.130.430.5641.2527.2734.51
Hex7061400D2B38291b23
Octal1601411000155370513343
Binary1110000110000110000000110110101111100010100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706140; }

 p { color: rgb(112,97,64); }

 H1.HeaderClassName
 {
   color: #706140;
 }
 .AnyTagClassName
 {
   color: #706140;
 }
</style>
background-color css

<style>
 a { background-color: #706140; }

 a { background-color: rgb(112,97,64); }

 div.DivClassName
 {
   background-color: #706140;
 }
 .BgClassName
 {
   background-color: #706140;
 }
</style>
border-color css

<style>
 span { border-color: #706140; }

 span { border-color: rgb(112,97,64); }

 td.TdClassName
 {
   border-color: #706140;
 }
 .TagClassName
 {
   border-color: #706140;
 }
</style>