#716440

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

Shades of Yellow Metal #716440

Tints of Yellow Metal #716440

Color information

#716440 (or 0x716440) is unknown color: approx Yellow Metal. HEX triplet: 71, 64 and 40. RGB value is (113,100,64). Sum of RGB (Red+Green+Blue) = 113+100+64=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #716440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716440 is #8E9BBF. Grayscale: #636363. Windows color (decimal): -9345984 or 4220017. OLE color: 4220017.

HSL color Cylindrical-coordinate representation of color #716440: hue angle of 44.08º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #716440 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB11310064-
CMYK00.120.430.56
HSL44.08º27.68%34.71%-
HSV(B)44.08º43.36%44.31%-
XYZ12.29136.71-
YUV99.78107.81137.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=40.79%
G=36.10%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131006400.120.430.5644.0827.6834.71
Hex7164400C2B382c1c23
Octal1611441000145370543443
Binary1110001110010010000000110010101111100010110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716440; }

 p { color: rgb(113,100,64); }

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

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

 a { background-color: rgb(113,100,64); }

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

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

 span { border-color: rgb(113,100,64); }

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