#706342

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

Shades of Yellow Metal #706342

Tints of Yellow Metal #706342

Color information

#706342 (or 0x706342) is unknown color: approx Yellow Metal. HEX triplet: 70, 63 and 42. RGB value is (112,99,66). Sum of RGB (Red+Green+Blue) = 112+99+66=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #706342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706342 is #8F9CBD. Grayscale: #636363. Windows color (decimal): -9411774 or 4350832. OLE color: 4350832.

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

Color convert

RGB1129966-
CMYK00.120.410.56
HSL43.04º25.84%34.9%-
HSV(B)43.04º41.07%43.92%-
XYZ12.1312.766.98-
YUV99.12109.31137.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=40.43%
G=35.74%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112996600.120.410.5643.0425.8434.9
Hex7063420C29382b1a23
Octal1601431020145170533243
Binary1110000110001110000100110010100111100010101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706342; }

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

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

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

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

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

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

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

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