#716742

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

Shades of Yellow Metal #716742

Tints of Yellow Metal #716742

Color information

#716742 (or 0x716742) is unknown color: approx Yellow Metal. HEX triplet: 71, 67 and 42. RGB value is (113,103,66). Sum of RGB (Red+Green+Blue) = 113+103+66=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #716742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716742 is #8E98BD. Grayscale: #656565. Windows color (decimal): -9345214 or 4351857. OLE color: 4351857.

HSL color Cylindrical-coordinate representation of color #716742: hue angle of 47.23º degrees, saturation: 0.26, 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 #716742 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB11310366-
CMYK00.090.420.56
HSL47.23º26.26%35.1%-
HSV(B)47.23º41.59%44.31%-
XYZ12.6413.67.11-
YUV101.77107.81136.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=40.07%
G=36.52%
B=23.40%

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
Decimal1131036600.090.420.5647.2326.2635.1
Hex716742092A382f1a23
Octal1611471020115270573243
Binary1110001110011110000100100110101011100010111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716742; }

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

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

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

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

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

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

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

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