#70623E

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

Shades of Yellow Metal #70623E

Tints of Yellow Metal #70623E

Color information

#70623E (or 0x70623E) is unknown color: approx Yellow Metal. HEX triplet: 70, 62 and 3E. RGB value is (112,98,62). Sum of RGB (Red+Green+Blue) = 112+98+62=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70623E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70623E is #8F9DC1. Grayscale: #626262. Windows color (decimal): -9412034 or 4088432. OLE color: 4088432.

HSL color Cylindrical-coordinate representation of color #70623E: hue angle of 43.2º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70623E is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1129862-
CMYK00.130.450.56
HSL43.2º28.74%34.12%-
HSV(B)43.2º44.64%43.92%-
XYZ11.9212.536.35-
YUV98.08107.64137.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=41.18%
G=36.03%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112986200.130.450.5643.228.7434.12
Hex70623E0D2D382b1d22
Octal160142760155570533542
Binary111000011000101111100110110110111100010101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70623E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70623E; }

 p { color: rgb(112,98,62); }

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

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

 a { background-color: rgb(112,98,62); }

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

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

 span { border-color: rgb(112,98,62); }

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