#70643A

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

Shades of Yellow Metal #70643A

Tints of Yellow Metal #70643A

Color information

#70643A (or 0x70643A) is unknown color: approx Yellow Metal. HEX triplet: 70, 64 and 3A. RGB value is (112,100,58). Sum of RGB (Red+Green+Blue) = 112+100+58=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #70643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70643A is #8F9BC5. Grayscale: #626262. Windows color (decimal): -9411526 or 3826800. OLE color: 3826800.

HSL color Cylindrical-coordinate representation of color #70643A: hue angle of 46.67º 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 #70643A is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB11210058-
CMYK00.110.480.56
HSL46.67º31.76%33.33%-
HSV(B)46.67º48.21%43.92%-
XYZ1212.865.85-
YUV98.8104.98137.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 58 (23.05% from 255) = 21.48%
R=41.48%
G=37.04%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121005800.110.480.5646.6731.7633.33
Hex70643A0B30382f2021
Octal160144720136070574041
Binary1110000110010011101001011110000111000101111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70643A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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