#716138

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

Shades of Yellow Metal #716138

Tints of Yellow Metal #716138

Color information

#716138 (or 0x716138) is unknown color: approx Yellow Metal. HEX triplet: 71, 61 and 38. RGB value is (113,97,56). Sum of RGB (Red+Green+Blue) = 113+97+56=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #716138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716138 is #8E9EC7. Grayscale: #616161. Windows color (decimal): -9346760 or 3694961. OLE color: 3694961.

HSL color Cylindrical-coordinate representation of color #716138: hue angle of 43.16º degrees, saturation: 0.34, 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 #716138 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1139756-
CMYK00.140.500.56
HSL43.16º33.73%33.14%-
HSV(B)43.16º50.44%44.31%-
XYZ11.812.355.5-
YUV97.11104.8139.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 56 (22.27% from 255) = 21.05%
R=42.48%
G=36.47%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113975600.140.500.5643.1633.7333.14
Hex7161380E32382b2221
Octal161141700166270534241
Binary1110001110000111100001110110010111000101011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716138; }

 p { color: rgb(113,97,56); }

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

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

 a { background-color: rgb(113,97,56); }

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

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

 span { border-color: rgb(113,97,56); }

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