#70613C

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

Shades of Yellow Metal #70613C

Tints of Yellow Metal #70613C

Color information

#70613C (or 0x70613C) is unknown color: approx Yellow Metal. HEX triplet: 70, 61 and 3C. RGB value is (112,97,60). Sum of RGB (Red+Green+Blue) = 112+97+60=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70613C is #8F9EC3. Grayscale: #616161. Windows color (decimal): -9412292 or 3957104. OLE color: 3957104.

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

Color convert

RGB1129760-
CMYK00.130.460.56
HSL42.69º30.23%33.73%-
HSV(B)42.69º46.43%43.92%-
XYZ11.7712.326.03-
YUV97.27106.97138.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 60 (23.83% from 255) = 22.30%
R=41.64%
G=36.06%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112976000.130.460.5642.6930.2333.73
Hex70613C0D2E382b1e22
Octal160141740155670533642
Binary111000011000011111000110110111011100010101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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