#70673F

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

Shades of Yellow Metal #70673F

Tints of Yellow Metal #70673F

Color information

#70673F (or 0x70673F) is unknown color: approx Yellow Metal. HEX triplet: 70, 67 and 3F. RGB value is (112,103,63). Sum of RGB (Red+Green+Blue) = 112+103+63=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #70673F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70673F is #8F98C0. Grayscale: #656565. Windows color (decimal): -9410753 or 4155248. OLE color: 4155248.

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

Color convert

RGB11210363-
CMYK00.080.440.56
HSL48.98º28%34.31%-
HSV(B)48.98º43.75%43.92%-
XYZ12.4313.56.65-
YUV101.13106.48135.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 63 (25% from 255) = 22.66%
R=40.29%
G=37.05%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121036300.080.440.5648.982834.31
Hex70673F082C38311c22
Octal160147770105470613442
Binary111000011001111111110100010110011100011000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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