#706142

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

Shades of Yellow Metal #706142

Tints of Yellow Metal #706142

Color information

#706142 (or 0x706142) is unknown color: approx Yellow Metal. HEX triplet: 70, 61 and 42. RGB value is (112,97,66). Sum of RGB (Red+Green+Blue) = 112+97+66=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #706142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706142 is #8F9EBD. Grayscale: #626262. Windows color (decimal): -9412286 or 4350320. OLE color: 4350320.

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

Color convert

RGB1129766-
CMYK00.130.410.56
HSL40.43º25.84%34.9%-
HSV(B)40.43º41.07%43.92%-
XYZ11.9412.396.92-
YUV97.95109.97138.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 66 (26.17% from 255) = 24%
R=40.73%
G=35.27%
B=24%

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
Decimal112976600.130.410.5640.4325.8434.9
Hex7061420D2938281a23
Octal1601411020155170503243
Binary1110000110000110000100110110100111100010100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706142; }

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

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

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

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

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

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

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

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