#706138

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

Shades of Yellow Metal #706138

Tints of Yellow Metal #706138

Color information

#706138 (or 0x706138) is unknown color: approx Yellow Metal. HEX triplet: 70, 61 and 38. RGB value is (112,97,56). Sum of RGB (Red+Green+Blue) = 112+97+56=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #706138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706138 is #8F9EC7. Grayscale: #606060. Windows color (decimal): -9412296 or 3694960. OLE color: 3694960.

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

Color convert

RGB1129756-
CMYK00.130.500.56
HSL43.93º33.33%32.94%-
HSV(B)43.93º50%43.92%-
XYZ11.6712.285.5-
YUV96.81104.97138.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=42.26%
G=36.60%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112975600.130.500.5643.9333.3332.94
Hex7061380D32382c2121
Octal160141700156270544141
Binary1110000110000111100001101110010111000101100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706138; }

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

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

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

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

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

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

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

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