#70673D

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

Shades of Yellow Metal #70673D

Tints of Yellow Metal #70673D

Color information

#70673D (or 0x70673D) is unknown color: approx Yellow Metal. HEX triplet: 70, 67 and 3D. RGB value is (112,103,61). Sum of RGB (Red+Green+Blue) = 112+103+61=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70673D is #8F98C2. Grayscale: #656565. Windows color (decimal): -9410755 or 4024176. OLE color: 4024176.

HSL color Cylindrical-coordinate representation of color #70673D: hue angle of 49.41º degrees, saturation: 0.29, 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 #70673D is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB11210361-
CMYK00.080.460.56
HSL49.41º29.48%33.92%-
HSV(B)49.41º45.54%43.92%-
XYZ12.3713.486.36-
YUV100.9105.48135.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=40.58%
G=37.32%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121036100.080.460.5649.4129.4833.92
Hex70673D082E38311d22
Octal160147750105670613542
Binary111000011001111111010100010111011100011000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70673D; }

 p { color: rgb(112,103,61); }

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

<style>
 a { background-color: #70673D; }

 a { background-color: rgb(112,103,61); }

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

<style>
 span { border-color: #70673D; }

 span { border-color: rgb(112,103,61); }

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