#716039

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

Shades of Yellow Metal #716039

Tints of Yellow Metal #716039

Color information

#716039 (or 0x716039) is unknown color: approx Yellow Metal. HEX triplet: 71, 60 and 39. RGB value is (113,96,57). Sum of RGB (Red+Green+Blue) = 113+96+57=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #716039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716039 is #8E9FC6. Grayscale: #606060. Windows color (decimal): -9347015 or 3760241. OLE color: 3760241.

HSL color Cylindrical-coordinate representation of color #716039: hue angle of 41.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716039 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1139657-
CMYK00.150.500.56
HSL41.79º32.94%33.33%-
HSV(B)41.79º49.56%44.31%-
XYZ11.7312.175.6-
YUV96.64105.63139.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 57 (22.66% from 255) = 21.43%
R=42.48%
G=36.09%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113965700.150.500.5641.7932.9433.33
Hex7160390F32382a2121
Octal161140710176270524141
Binary1110001110000011100101111110010111000101010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716039; }

 p { color: rgb(113,96,57); }

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

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

 a { background-color: rgb(113,96,57); }

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

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

 span { border-color: rgb(113,96,57); }

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