#70683C

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

Shades of Yellow Metal #70683C

Tints of Yellow Metal #70683C

Color information

#70683C (or 0x70683C) is unknown color: approx Yellow Metal. HEX triplet: 70, 68 and 3C. RGB value is (112,104,60). Sum of RGB (Red+Green+Blue) = 112+104+60=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70683C is #8F97C3. Grayscale: #656565. Windows color (decimal): -9410500 or 3958896. OLE color: 3958896.

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

Color convert

RGB11210460-
CMYK00.070.460.56
HSL50.77º30.23%33.73%-
HSV(B)50.77º46.43%43.92%-
XYZ12.4513.676.26-
YUV101.38104.65135.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=40.58%
G=37.68%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121046000.070.460.5650.7730.2333.73
Hex70683C072E38331e22
Octal16015074075670633642
Binary11100001101000111100011110111011100011001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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