#70683F

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

Shades of Yellow Metal #70683F

Tints of Yellow Metal #70683F

Color information

#70683F (or 0x70683F) is unknown color: approx Yellow Metal. HEX triplet: 70, 68 and 3F. RGB value is (112,104,63). Sum of RGB (Red+Green+Blue) = 112+104+63=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #70683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70683F is #8F97C0. Grayscale: #656565. Windows color (decimal): -9410497 or 4155504. OLE color: 4155504.

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

Color convert

RGB11210463-
CMYK00.070.440.56
HSL50.2º28%34.31%-
HSV(B)50.2º43.75%43.92%-
XYZ12.5313.76.69-
YUV101.72106.15135.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 63 (25% from 255) = 22.58%
R=40.14%
G=37.28%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121046300.070.440.5650.22834.31
Hex70683F072C38321c22
Octal16015077075470623442
Binary11100001101000111111011110110011100011001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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