#716745

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

Shades of Yellow Metal #716745

Tints of Yellow Metal #716745

Color information

#716745 (or 0x716745) is unknown color: approx Yellow Metal. HEX triplet: 71, 67 and 45. RGB value is (113,103,69). Sum of RGB (Red+Green+Blue) = 113+103+69=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #716745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716745 is #8E98BA. Grayscale: #666666. Windows color (decimal): -9345211 or 4548465. OLE color: 4548465.

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

Color convert

RGB11310369-
CMYK00.090.390.56
HSL46.36º24.18%35.69%-
HSV(B)46.36º38.94%44.31%-
XYZ12.7313.647.59-
YUV102.11109.31135.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=39.65%
G=36.14%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131036900.090.390.5646.3624.1835.69
Hex7167450927382e1824
Octal1611471050114770563044
Binary1110001110011110001010100110011111100010111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716745; }

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

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

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

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

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

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

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

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