#70663B

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

Shades of Yellow Metal #70663B

Tints of Yellow Metal #70663B

Color information

#70663B (or 0x70663B) is unknown color: approx Yellow Metal. HEX triplet: 70, 66 and 3B. RGB value is (112,102,59). Sum of RGB (Red+Green+Blue) = 112+102+59=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70663B is #8F99C4. Grayscale: #646464. Windows color (decimal): -9411013 or 3892848. OLE color: 3892848.

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

Color convert

RGB11210259-
CMYK00.090.470.56
HSL48.68º30.99%33.53%-
HSV(B)48.68º47.32%43.92%-
XYZ12.2213.266.05-
YUV100.09104.81136.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 59 (23.44% from 255) = 21.61%
R=41.03%
G=37.36%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121025900.090.470.5648.6830.9933.53
Hex70663B092F38311f22
Octal160146730115770613742
Binary111000011001101110110100110111111100011000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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