#70603E

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

Shades of Yellow Metal #70603E

Tints of Yellow Metal #70603E

Color information

#70603E (or 0x70603E) is unknown color: approx Yellow Metal. HEX triplet: 70, 60 and 3E. RGB value is (112,96,62). Sum of RGB (Red+Green+Blue) = 112+96+62=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #70603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70603E is #8F9FC1. Grayscale: #616161. Windows color (decimal): -9412546 or 4087920. OLE color: 4087920.

HSL color Cylindrical-coordinate representation of color #70603E: hue angle of 40.8º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70603E is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1129662-
CMYK00.140.450.56
HSL40.8º28.74%34.12%-
HSV(B)40.8º44.64%43.92%-
XYZ11.7312.166.29-
YUV96.91108.3138.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=41.48%
G=35.56%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112966200.140.450.5640.828.7434.12
Hex70603E0E2D38291d22
Octal160140760165570513542
Binary111000011000001111100111010110111100010100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70603E; }

 p { color: rgb(112,96,62); }

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

<style>
 a { background-color: #70603E; }

 a { background-color: rgb(112,96,62); }

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

<style>
 span { border-color: #70603E; }

 span { border-color: rgb(112,96,62); }

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