#716043

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

Shades of Yellow Metal #716043

Tints of Yellow Metal #716043

Color information

#716043 (or 0x716043) is unknown color: approx Yellow Metal. HEX triplet: 71, 60 and 43. RGB value is (113,96,67). Sum of RGB (Red+Green+Blue) = 113+96+67=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #716043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716043 is #8E9FBC. Grayscale: #616161. Windows color (decimal): -9347005 or 4415601. OLE color: 4415601.

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

Color convert

RGB1139667-
CMYK00.150.410.56
HSL37.83º25.56%35.29%-
HSV(B)37.83º40.71%44.31%-
XYZ12.0112.287.05-
YUV97.78110.63138.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 67 (26.56% from 255) = 24.28%
R=40.94%
G=34.78%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113966700.150.410.5637.8325.5635.29
Hex7160430F2938261a23
Octal1611401030175170463243
Binary1110001110000010000110111110100111100010011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716043; }

 p { color: rgb(113,96,67); }

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

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

 a { background-color: rgb(113,96,67); }

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

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

 span { border-color: rgb(113,96,67); }

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