#716244

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

Shades of Yellow Metal #716244

Tints of Yellow Metal #716244

Color information

#716244 (or 0x716244) is unknown color: approx Yellow Metal. HEX triplet: 71, 62 and 44. RGB value is (113,98,68). Sum of RGB (Red+Green+Blue) = 113+98+68=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #716244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716244 is #8E9DBB. Grayscale: #636363. Windows color (decimal): -9346492 or 4481649. OLE color: 4481649.

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

Color convert

RGB1139868-
CMYK00.130.400.56
HSL40º24.86%35.49%-
HSV(B)40º39.82%44.31%-
XYZ12.2212.667.27-
YUV99.06110.47137.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 68 (26.95% from 255) = 24.37%
R=40.50%
G=35.13%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113986800.130.400.564024.8635.49
Hex7162440D2838281923
Octal1611421040155070503143
Binary1110001110001010001000110110100011100010100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716244; }

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

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

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

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

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

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

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

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