#70603D

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

Shades of Yellow Metal #70603D

Tints of Yellow Metal #70603D

Color information

#70603D (or 0x70603D) is unknown color: approx Yellow Metal. HEX triplet: 70, 60 and 3D. RGB value is (112,96,61). Sum of RGB (Red+Green+Blue) = 112+96+61=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70603D is #8F9FC2. Grayscale: #606060. Windows color (decimal): -9412547 or 4022384. OLE color: 4022384.

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

Color convert

RGB1129661-
CMYK00.140.460.56
HSL41.18º29.48%33.92%-
HSV(B)41.18º45.54%43.92%-
XYZ11.7112.156.14-
YUV96.79107.8138.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=41.64%
G=35.69%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112966100.140.460.5641.1829.4833.92
Hex70603D0E2E38291d22
Octal160140750165670513542
Binary111000011000001111010111010111011100010100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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