#70663C

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

Shades of Yellow Metal #70663C

Tints of Yellow Metal #70663C

Color information

#70663C (or 0x70663C) is unknown color: approx Yellow Metal. HEX triplet: 70, 66 and 3C. RGB value is (112,102,60). Sum of RGB (Red+Green+Blue) = 112+102+60=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70663C is #8F99C3. Grayscale: #646464. Windows color (decimal): -9411012 or 3958384. OLE color: 3958384.

HSL color Cylindrical-coordinate representation of color #70663C: hue angle of 48.46º 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 #70663C is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB11210260-
CMYK00.090.460.56
HSL48.46º30.23%33.73%-
HSV(B)48.46º46.43%43.92%-
XYZ12.2513.276.19-
YUV100.2105.31136.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=40.88%
G=37.23%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121026000.090.460.5648.4630.2333.73
Hex70663C092E38301e22
Octal160146740115670603642
Binary111000011001101111000100110111011100011000011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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