#716344

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

Shades of Yellow Metal #716344

Tints of Yellow Metal #716344

Color information

#716344 (or 0x716344) is unknown color: approx Yellow Metal. HEX triplet: 71, 63 and 44. RGB value is (113,99,68). Sum of RGB (Red+Green+Blue) = 113+99+68=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #716344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716344 is #8E9CBB. Grayscale: #636363. Windows color (decimal): -9346236 or 4481905. OLE color: 4481905.

HSL color Cylindrical-coordinate representation of color #716344: hue angle of 41.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #716344 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1139968-
CMYK00.120.400.56
HSL41.33º24.86%35.49%-
HSV(B)41.33º39.82%44.31%-
XYZ12.3212.857.3-
YUV99.65110.14137.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 68 (26.95% from 255) = 24.29%
R=40.36%
G=35.36%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113996800.120.400.5641.3324.8635.49
Hex7163440C2838291923
Octal1611431040145070513143
Binary1110001110001110001000110010100011100010100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716344; }

 p { color: rgb(113,99,68); }

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

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

 a { background-color: rgb(113,99,68); }

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

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

 span { border-color: rgb(113,99,68); }

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