#706940

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

Shades of Yellow Metal #706940

Tints of Yellow Metal #706940

Color information

#706940 (or 0x706940) is unknown color: approx Yellow Metal. HEX triplet: 70, 69 and 40. RGB value is (112,105,64). Sum of RGB (Red+Green+Blue) = 112+105+64=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706940 is #8F96BF. Grayscale: #666666. Windows color (decimal): -9410240 or 4221296. OLE color: 4221296.

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

Color convert

RGB11210564-
CMYK00.060.430.56
HSL51.25º27.27%34.51%-
HSV(B)51.25º42.86%43.92%-
XYZ12.6613.926.87-
YUV102.42106.32134.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=39.86%
G=37.37%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121056400.060.430.5651.2527.2734.51
Hex706940062B38331b23
Octal160151100065370633343
Binary111000011010011000000011010101111100011001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706940; }

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

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

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

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

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

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

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

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