#756940

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

Shades of Yellow Metal #756940

Tints of Yellow Metal #756940

Color information

#756940 (or 0x756940) is unknown color: approx Yellow Metal. HEX triplet: 75, 69 and 40. RGB value is (117,105,64). Sum of RGB (Red+Green+Blue) = 117+105+64=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756940 is #8A96BF. Grayscale: #686868. Windows color (decimal): -9082560 or 4221301. OLE color: 4221301.

HSL color Cylindrical-coordinate representation of color #756940: hue angle of 46.42º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #756940 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB11710564-
CMYK00.100.450.54
HSL46.42º29.28%35.49%-
HSV(B)46.42º45.3%45.88%-
XYZ13.3114.266.9-
YUV103.91105.48137.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=40.91%
G=36.71%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171056400.100.450.5446.4229.2835.49
Hex7569400A2D362e1d23
Octal1651511000125566563543
Binary1110101110100110000000101010110111011010111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756940; }

 p { color: rgb(117,105,64); }

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

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

 a { background-color: rgb(117,105,64); }

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

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

 span { border-color: rgb(117,105,64); }

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