#716841

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

Shades of Yellow Metal #716841

Tints of Yellow Metal #716841

Color information

#716841 (or 0x716841) is unknown color: approx Yellow Metal. HEX triplet: 71, 68 and 41. RGB value is (113,104,65). Sum of RGB (Red+Green+Blue) = 113+104+65=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #716841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716841 is #8E97BE. Grayscale: #666666. Windows color (decimal): -9344959 or 4286577. OLE color: 4286577.

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

Color convert

RGB11310465-
CMYK00.080.420.56
HSL48.75º26.97%34.9%-
HSV(B)48.75º42.48%44.31%-
XYZ12.7113.796.99-
YUV102.24106.98135.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 65 (25.78% from 255) = 23.05%
R=40.07%
G=36.88%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131046500.080.420.5648.7526.9734.9
Hex716841082A38311b23
Octal1611501010105270613343
Binary1110001110100010000010100010101011100011000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716841; }

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

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

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

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

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

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

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

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