#716542

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

Shades of Yellow Metal #716542

Tints of Yellow Metal #716542

Color information

#716542 (or 0x716542) is unknown color: approx Yellow Metal. HEX triplet: 71, 65 and 42. RGB value is (113,101,66). Sum of RGB (Red+Green+Blue) = 113+101+66=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #716542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716542 is #8E9ABD. Grayscale: #646464. Windows color (decimal): -9345726 or 4351345. OLE color: 4351345.

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

Color convert

RGB11310166-
CMYK00.110.420.56
HSL44.68º26.26%35.1%-
HSV(B)44.68º41.59%44.31%-
XYZ12.4513.217.05-
YUV100.6108.48136.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 66 (26.17% from 255) = 23.57%
R=40.36%
G=36.07%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131016600.110.420.5644.6826.2635.1
Hex7165420B2A382d1a23
Octal1611451020135270553243
Binary1110001110010110000100101110101011100010110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716542; }

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

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

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

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

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

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

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

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