#716540

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

Shades of Yellow Metal #716540

Tints of Yellow Metal #716540

Color information

#716540 (or 0x716540) is unknown color: approx Yellow Metal. HEX triplet: 71, 65 and 40. RGB value is (113,101,64). Sum of RGB (Red+Green+Blue) = 113+101+64=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #716540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716540 is #8E9ABF. Grayscale: #646464. Windows color (decimal): -9345728 or 4220273. OLE color: 4220273.

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

Color convert

RGB11310164-
CMYK00.110.430.56
HSL45.31º27.68%34.71%-
HSV(B)45.31º43.36%44.31%-
XYZ12.3913.196.74-
YUV100.37107.48137.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=40.65%
G=36.33%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131016400.110.430.5645.3127.6834.71
Hex7165400B2B382d1c23
Octal1611451000135370553443
Binary1110001110010110000000101110101111100010110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716540; }

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

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

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

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

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

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

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

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