#716A3C

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

Shades of Yellow Metal #716A3C

Tints of Yellow Metal #716A3C

Color information

#716A3C (or 0x716A3C) is unknown color: approx Yellow Metal. HEX triplet: 71, 6A and 3C. RGB value is (113,106,60). Sum of RGB (Red+Green+Blue) = 113+106+60=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #716A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A3C is #8E95C3. Grayscale: #676767. Windows color (decimal): -9344452 or 3959409. OLE color: 3959409.

HSL color Cylindrical-coordinate representation of color #716A3C: hue angle of 52.08º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #716A3C is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB11310660-
CMYK00.060.470.56
HSL52.08º30.64%33.92%-
HSV(B)52.08º46.9%44.31%-
XYZ12.7814.156.33-
YUV102.85103.82135.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=40.50%
G=37.99%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131066000.060.470.5652.0830.6433.92
Hex716A3C062F38341f22
Octal16115274065770643742
Binary11100011101010111100011010111111100011010011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716A3C; }

 p { color: rgb(113,106,60); }

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

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

 a { background-color: rgb(113,106,60); }

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

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

 span { border-color: rgb(113,106,60); }

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