#716840

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

Shades of Yellow Metal #716840

Tints of Yellow Metal #716840

Color information

#716840 (or 0x716840) is unknown color: approx Yellow Metal. HEX triplet: 71, 68 and 40. RGB value is (113,104,64). Sum of RGB (Red+Green+Blue) = 113+104+64=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #716840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716840 is #8E97BF. Grayscale: #666666. Windows color (decimal): -9344960 or 4221041. OLE color: 4221041.

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

Color convert

RGB11310464-
CMYK00.080.430.56
HSL48.98º27.68%34.71%-
HSV(B)48.98º43.36%44.31%-
XYZ12.6913.786.84-
YUV102.13106.48135.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=40.21%
G=37.01%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131046400.080.430.5648.9827.6834.71
Hex716840082B38311c23
Octal1611501000105370613443
Binary1110001110100010000000100010101111100011000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716840; }

 p { color: rgb(113,104,64); }

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

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

 a { background-color: rgb(113,104,64); }

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

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

 span { border-color: rgb(113,104,64); }

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