#706340

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

Shades of Yellow Metal #706340

Tints of Yellow Metal #706340

Color information

#706340 (or 0x706340) is unknown color: approx Yellow Metal. HEX triplet: 70, 63 and 40. RGB value is (112,99,64). Sum of RGB (Red+Green+Blue) = 112+99+64=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #706340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706340 is #8F9CBF. Grayscale: #636363. Windows color (decimal): -9411776 or 4219760. OLE color: 4219760.

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

Color convert

RGB1129964-
CMYK00.120.430.56
HSL43.75º27.27%34.51%-
HSV(B)43.75º42.86%43.92%-
XYZ12.0712.746.67-
YUV98.9108.31137.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=40.73%
G=36%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112996400.120.430.5643.7527.2734.51
Hex7063400C2B382c1b23
Octal1601431000145370543343
Binary1110000110001110000000110010101111100010110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706340; }

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

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

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

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

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

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

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

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