#706238

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

Shades of Yellow Metal #706238

Tints of Yellow Metal #706238

Color information

#706238 (or 0x706238) is unknown color: approx Yellow Metal. HEX triplet: 70, 62 and 38. RGB value is (112,98,56). Sum of RGB (Red+Green+Blue) = 112+98+56=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #706238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706238 is #8F9DC7. Grayscale: #616161. Windows color (decimal): -9412040 or 3695216. OLE color: 3695216.

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

Color convert

RGB1129856-
CMYK00.130.500.56
HSL45º33.33%32.94%-
HSV(B)45º50%43.92%-
XYZ11.7612.475.53-
YUV97.4104.64138.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 98 (38.67% from 255) = 36.84%
BLUE value IS 56 (22.27% from 255) = 21.05%
R=42.11%
G=36.84%
B=21.05%

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
Decimal112985600.130.500.564533.3332.94
Hex7062380D32382d2121
Octal160142700156270554141
Binary1110000110001011100001101110010111000101101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706238; }

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

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

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

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

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

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

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

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