#716741

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

Shades of Yellow Metal #716741

Tints of Yellow Metal #716741

Color information

#716741 (or 0x716741) is unknown color: approx Yellow Metal. HEX triplet: 71, 67 and 41. RGB value is (113,103,65). Sum of RGB (Red+Green+Blue) = 113+103+65=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #716741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716741 is #8E98BE. Grayscale: #656565. Windows color (decimal): -9345215 or 4286321. OLE color: 4286321.

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

Color convert

RGB11310365-
CMYK00.090.420.56
HSL47.5º26.97%34.9%-
HSV(B)47.5º42.48%44.31%-
XYZ12.6113.596.96-
YUV101.66107.31136.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=40.21%
G=36.65%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131036500.090.420.5647.526.9734.9
Hex716741092A38301b23
Octal1611471010115270603343
Binary1110001110011110000010100110101011100011000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716741; }

 p { color: rgb(113,103,65); }

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

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

 a { background-color: rgb(113,103,65); }

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

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

 span { border-color: rgb(113,103,65); }

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