#706343

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

Shades of Yellow Metal #706343

Tints of Yellow Metal #706343

Color information

#706343 (or 0x706343) is unknown color: approx Yellow Metal. HEX triplet: 70, 63 and 43. RGB value is (112,99,67). Sum of RGB (Red+Green+Blue) = 112+99+67=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #706343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706343 is #8F9CBC. Grayscale: #636363. Windows color (decimal): -9411773 or 4416368. OLE color: 4416368.

HSL color Cylindrical-coordinate representation of color #706343: hue angle of 42.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #706343 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1129967-
CMYK00.120.400.56
HSL42.67º25.14%35.1%-
HSV(B)42.67º40.18%43.92%-
XYZ12.1612.777.14-
YUV99.24109.81137.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 67 (26.56% from 255) = 24.10%
R=40.29%
G=35.61%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112996700.120.400.5642.6725.1435.1
Hex7063430C28382b1923
Octal1601431030145070533143
Binary1110000110001110000110110010100011100010101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706343; }

 p { color: rgb(112,99,67); }

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

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

 a { background-color: rgb(112,99,67); }

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

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

 span { border-color: rgb(112,99,67); }

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