#70663A

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

Shades of Yellow Metal #70663A

Tints of Yellow Metal #70663A

Color information

#70663A (or 0x70663A) is unknown color: approx Yellow Metal. HEX triplet: 70, 66 and 3A. RGB value is (112,102,58). Sum of RGB (Red+Green+Blue) = 112+102+58=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70663A is #8F99C5. Grayscale: #646464. Windows color (decimal): -9411014 or 3827312. OLE color: 3827312.

HSL color Cylindrical-coordinate representation of color #70663A: hue angle of 48.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70663A is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB11210258-
CMYK00.090.480.56
HSL48.89º31.76%33.33%-
HSV(B)48.89º48.21%43.92%-
XYZ12.213.255.92-
YUV99.97104.31136.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=41.18%
G=37.5%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121025800.090.480.5648.8931.7633.33
Hex70663A093038312021
Octal160146720116070614041
Binary1110000110011011101001001110000111000110001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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