#706640

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

Shades of Yellow Metal #706640

Tints of Yellow Metal #706640

Color information

#706640 (or 0x706640) is unknown color: approx Yellow Metal. HEX triplet: 70, 66 and 40. RGB value is (112,102,64). Sum of RGB (Red+Green+Blue) = 112+102+64=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #706640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706640 is #8F99BF. Grayscale: #646464. Windows color (decimal): -9411008 or 4220528. OLE color: 4220528.

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

Color convert

RGB11210264-
CMYK00.090.430.56
HSL47.5º27.27%34.51%-
HSV(B)47.5º42.86%43.92%-
XYZ12.3613.326.77-
YUV100.66107.31136.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=40.29%
G=36.69%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121026400.090.430.5647.527.2734.51
Hex706640092B38301b23
Octal1601461000115370603343
Binary1110000110011010000000100110101111100011000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706640; }

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

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

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

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

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

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

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

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