#706540

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

Shades of Yellow Metal #706540

Tints of Yellow Metal #706540

Color information

#706540 (or 0x706540) is unknown color: approx Yellow Metal. HEX triplet: 70, 65 and 40. RGB value is (112,101,64). Sum of RGB (Red+Green+Blue) = 112+101+64=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #706540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706540 is #8F9ABF. Grayscale: #646464. Windows color (decimal): -9411264 or 4220272. OLE color: 4220272.

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

Color convert

RGB11210164-
CMYK00.100.430.56
HSL46.25º27.27%34.51%-
HSV(B)46.25º42.86%43.92%-
XYZ12.2613.126.74-
YUV100.07107.64136.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=40.43%
G=36.46%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121016400.100.430.5646.2527.2734.51
Hex7065400A2B382e1b23
Octal1601451000125370563343
Binary1110000110010110000000101010101111100010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706540; }

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

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

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

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

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

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

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

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