#70623A

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

Shades of Yellow Metal #70623A

Tints of Yellow Metal #70623A

Color information

#70623A (or 0x70623A) is unknown color: approx Yellow Metal. HEX triplet: 70, 62 and 3A. RGB value is (112,98,58). Sum of RGB (Red+Green+Blue) = 112+98+58=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70623A is #8F9DC5. Grayscale: #616161. Windows color (decimal): -9412038 or 3826288. OLE color: 3826288.

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

Color convert

RGB1129858-
CMYK00.130.480.56
HSL44.44º31.76%33.33%-
HSV(B)44.44º48.21%43.92%-
XYZ11.8112.495.79-
YUV97.63105.64138.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 58 (23.05% from 255) = 21.64%
R=41.79%
G=36.57%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112985800.130.480.5644.4431.7633.33
Hex70623A0D30382c2021
Octal160142720156070544041
Binary1110000110001011101001101110000111000101100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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