#706037

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

Shades of Yellow Metal #706037

Tints of Yellow Metal #706037

Color information

#706037 (or 0x706037) is unknown color: approx Yellow Metal. HEX triplet: 70, 60 and 37. RGB value is (112,96,55). Sum of RGB (Red+Green+Blue) = 112+96+55=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #706037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706037 is #8F9FC8. Grayscale: #606060. Windows color (decimal): -9412553 or 3629168. OLE color: 3629168.

HSL color Cylindrical-coordinate representation of color #706037: hue angle of 43.16º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706037 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB1129655-
CMYK00.140.510.56
HSL43.16º34.13%32.75%-
HSV(B)43.16º50.89%43.92%-
XYZ11.5512.095.34-
YUV96.11104.8139.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 55 (21.88% from 255) = 20.91%
R=42.59%
G=36.50%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112965500.140.510.5643.1634.1332.75
Hex7060370E33382b2221
Octal160140670166370534241
Binary1110000110000011011101110110011111000101011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706037; }

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

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

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

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

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

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

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

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