#706742

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

Shades of Yellow Metal #706742

Tints of Yellow Metal #706742

Color information

#706742 (or 0x706742) is unknown color: approx Yellow Metal. HEX triplet: 70, 67 and 42. RGB value is (112,103,66). Sum of RGB (Red+Green+Blue) = 112+103+66=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706742 is #8F98BD. Grayscale: #656565. Windows color (decimal): -9410750 or 4351856. OLE color: 4351856.

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

Color convert

RGB11210366-
CMYK00.080.410.56
HSL48.26º25.84%34.9%-
HSV(B)48.26º41.07%43.92%-
XYZ12.5213.547.11-
YUV101.47107.98135.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=39.86%
G=36.65%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121036600.080.410.5648.2625.8434.9
Hex706742082938301a23
Octal1601471020105170603243
Binary1110000110011110000100100010100111100011000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706742; }

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

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

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

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

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

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

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

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