#716640

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

Shades of Yellow Metal #716640

Tints of Yellow Metal #716640

Color information

#716640 (or 0x716640) is unknown color: approx Yellow Metal. HEX triplet: 71, 66 and 40. RGB value is (113,102,64). Sum of RGB (Red+Green+Blue) = 113+102+64=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #716640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716640 is #8E99BF. Grayscale: #656565. Windows color (decimal): -9345472 or 4220529. OLE color: 4220529.

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

Color convert

RGB11310264-
CMYK00.100.430.56
HSL46.53º27.68%34.71%-
HSV(B)46.53º43.36%44.31%-
XYZ12.4913.386.78-
YUV100.96107.14136.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=40.50%
G=36.56%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131026400.100.430.5646.5327.6834.71
Hex7166400A2B382f1c23
Octal1611461000125370573443
Binary1110001110011010000000101010101111100010111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716640; }

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

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

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

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

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

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

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

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