#706040

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

Shades of Yellow Metal #706040

Tints of Yellow Metal #706040

Color information

#706040 (or 0x706040) is unknown color: approx Yellow Metal. HEX triplet: 70, 60 and 40. RGB value is (112,96,64). Sum of RGB (Red+Green+Blue) = 112+96+64=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #706040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706040 is #8F9FBF. Grayscale: #616161. Windows color (decimal): -9412544 or 4218992. OLE color: 4218992.

HSL color Cylindrical-coordinate representation of color #706040: hue angle of 40º 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 #706040 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1129664-
CMYK00.140.430.56
HSL40º27.27%34.51%-
HSV(B)40º42.86%43.92%-
XYZ11.7912.186.58-
YUV97.14109.3138.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=41.18%
G=35.29%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112966400.140.430.564027.2734.51
Hex7060400E2B38281b23
Octal1601401000165370503343
Binary1110000110000010000000111010101111100010100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706040; }

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

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

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

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

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

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

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

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