#716642

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

Shades of Yellow Metal #716642

Tints of Yellow Metal #716642

Color information

#716642 (or 0x716642) is unknown color: approx Yellow Metal. HEX triplet: 71, 66 and 42. RGB value is (113,102,66). Sum of RGB (Red+Green+Blue) = 113+102+66=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #716642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716642 is #8E99BD. Grayscale: #656565. Windows color (decimal): -9345470 or 4351601. OLE color: 4351601.

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

Color convert

RGB11310266-
CMYK00.100.420.56
HSL45.96º26.26%35.1%-
HSV(B)45.96º41.59%44.31%-
XYZ12.5413.417.08-
YUV101.18108.14136.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=40.21%
G=36.30%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131026600.100.420.5645.9626.2635.1
Hex7166420A2A382e1a23
Octal1611461020125270563243
Binary1110001110011010000100101010101011100010111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716642; }

 p { color: rgb(113,102,66); }

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

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

 a { background-color: rgb(113,102,66); }

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

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

 span { border-color: rgb(113,102,66); }

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