#706843

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

Shades of Yellow Metal #706843

Tints of Yellow Metal #706843

Color information

#706843 (or 0x706843) is unknown color: approx Yellow Metal. HEX triplet: 70, 68 and 43. RGB value is (112,104,67). Sum of RGB (Red+Green+Blue) = 112+104+67=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #706843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706843 is #8F97BC. Grayscale: #666666. Windows color (decimal): -9410493 or 4417648. OLE color: 4417648.

HSL color Cylindrical-coordinate representation of color #706843: hue angle of 49.33º 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 #706843 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB11210467-
CMYK00.070.400.56
HSL49.33º25.14%35.1%-
HSV(B)49.33º40.18%43.92%-
XYZ12.6513.757.3-
YUV102.17108.15135.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 67 (26.56% from 255) = 23.67%
R=39.58%
G=36.75%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121046700.070.400.5649.3325.1435.1
Hex706843072838311923
Octal160150103075070613143
Binary111000011010001000011011110100011100011000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706843; }

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

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

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

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

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

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

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

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