#706242

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

Shades of Yellow Metal #706242

Tints of Yellow Metal #706242

Color information

#706242 (or 0x706242) is unknown color: approx Yellow Metal. HEX triplet: 70, 62 and 42. RGB value is (112,98,66). Sum of RGB (Red+Green+Blue) = 112+98+66=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #706242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706242 is #8F9DBD. Grayscale: #626262. Windows color (decimal): -9412030 or 4350576. OLE color: 4350576.

HSL color Cylindrical-coordinate representation of color #706242: hue angle of 41.74º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #706242 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1129866-
CMYK00.130.410.56
HSL41.74º25.84%34.9%-
HSV(B)41.74º41.07%43.92%-
XYZ12.0312.576.95-
YUV98.54109.64137.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 66 (26.17% from 255) = 23.91%
R=40.58%
G=35.51%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112986600.130.410.5641.7425.8434.9
Hex7062420D29382a1a23
Octal1601421020155170523243
Binary1110000110001010000100110110100111100010101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706242; }

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

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

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

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

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

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

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

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