#70603A

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

Shades of Yellow Metal #70603A

Tints of Yellow Metal #70603A

Color information

#70603A (or 0x70603A) is unknown color: approx Yellow Metal. HEX triplet: 70, 60 and 3A. RGB value is (112,96,58). Sum of RGB (Red+Green+Blue) = 112+96+58=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #70603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70603A is #8F9FC5. Grayscale: #606060. Windows color (decimal): -9412550 or 3825776. OLE color: 3825776.

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

Color convert

RGB1129658-
CMYK00.140.480.56
HSL42.22º31.76%33.33%-
HSV(B)42.22º48.21%43.92%-
XYZ11.6312.125.73-
YUV96.45106.3139.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=42.11%
G=36.09%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112965800.140.480.5642.2231.7633.33
Hex70603A0E30382a2021
Octal160140720166070524041
Binary1110000110000011101001110110000111000101010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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