#716545

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

Shades of Yellow Metal #716545

Tints of Yellow Metal #716545

Color information

#716545 (or 0x716545) is unknown color: approx Yellow Metal. HEX triplet: 71, 65 and 45. RGB value is (113,101,69). Sum of RGB (Red+Green+Blue) = 113+101+69=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #716545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716545 is #8E9ABA. Grayscale: #656565. Windows color (decimal): -9345723 or 4547953. OLE color: 4547953.

HSL color Cylindrical-coordinate representation of color #716545: hue angle of 43.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #716545 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB11310169-
CMYK00.110.390.56
HSL43.64º24.18%35.69%-
HSV(B)43.64º38.94%44.31%-
XYZ12.5413.257.53-
YUV100.94109.98136.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=39.93%
G=35.69%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131016900.110.390.5643.6424.1835.69
Hex7165450B27382c1824
Octal1611451050134770543044
Binary1110001110010110001010101110011111100010110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716545; }

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

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

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

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

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

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

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

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