#716844

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

Shades of Yellow Metal #716844

Tints of Yellow Metal #716844

Color information

#716844 (or 0x716844) is unknown color: approx Yellow Metal. HEX triplet: 71, 68 and 44. RGB value is (113,104,68). Sum of RGB (Red+Green+Blue) = 113+104+68=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #716844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716844 is #8E97BB. Grayscale: #666666. Windows color (decimal): -9344956 or 4483185. OLE color: 4483185.

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

Color convert

RGB11310468-
CMYK00.080.400.56
HSL48º24.86%35.49%-
HSV(B)48º39.82%44.31%-
XYZ12.813.837.46-
YUV102.59108.48135.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=39.65%
G=36.49%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131046800.080.400.564824.8635.49
Hex716844082838301923
Octal1611501040105070603143
Binary1110001110100010001000100010100011100011000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716844; }

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

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

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

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

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

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

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

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