#70653F

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

Shades of Yellow Metal #70653F

Tints of Yellow Metal #70653F

Color information

#70653F (or 0x70653F) is unknown color: approx Yellow Metal. HEX triplet: 70, 65 and 3F. RGB value is (112,101,63). Sum of RGB (Red+Green+Blue) = 112+101+63=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70653F is #8F9AC0. Grayscale: #646464. Windows color (decimal): -9411265 or 4154736. OLE color: 4154736.

HSL color Cylindrical-coordinate representation of color #70653F: hue angle of 46.53º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70653F is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB11210163-
CMYK00.100.440.56
HSL46.53º28%34.31%-
HSV(B)46.53º43.75%43.92%-
XYZ12.2313.116.59-
YUV99.96107.14136.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 101 (39.84% from 255) = 36.59%
BLUE value IS 63 (25% from 255) = 22.83%
R=40.58%
G=36.59%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121016300.100.440.5646.532834.31
Hex70653F0A2C382f1c22
Octal160145770125470573442
Binary111000011001011111110101010110011100010111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70653F; }

 p { color: rgb(112,101,63); }

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

<style>
 a { background-color: #70653F; }

 a { background-color: rgb(112,101,63); }

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

<style>
 span { border-color: #70653F; }

 span { border-color: rgb(112,101,63); }

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