#70643C

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

Shades of Yellow Metal #70643C

Tints of Yellow Metal #70643C

Color information

#70643C (or 0x70643C) is unknown color: approx Yellow Metal. HEX triplet: 70, 64 and 3C. RGB value is (112,100,60). Sum of RGB (Red+Green+Blue) = 112+100+60=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70643C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70643C is #8F9BC3. Grayscale: #636363. Windows color (decimal): -9411524 or 3957872. OLE color: 3957872.

HSL color Cylindrical-coordinate representation of color #70643C: hue angle of 46.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70643C is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB11210060-
CMYK00.110.460.56
HSL46.15º30.23%33.73%-
HSV(B)46.15º46.43%43.92%-
XYZ12.0512.896.13-
YUV99.03105.98137.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 60 (23.83% from 255) = 22.06%
R=41.18%
G=36.76%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121006000.110.460.5646.1530.2333.73
Hex70643C0B2E382e1e22
Octal160144740135670563642
Binary111000011001001111000101110111011100010111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70643C; }

 p { color: rgb(112,100,60); }

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

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

 a { background-color: rgb(112,100,60); }

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

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

 span { border-color: rgb(112,100,60); }

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