#756040

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

Shades of Yellow Metal #756040

Tints of Yellow Metal #756040

Color information

#756040 (or 0x756040) is unknown color: approx Yellow Metal. HEX triplet: 75, 60 and 40. RGB value is (117,96,64). Sum of RGB (Red+Green+Blue) = 117+96+64=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #756040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756040 is #8A9FBF. Grayscale: #626262. Windows color (decimal): -9084864 or 4218997. OLE color: 4218997.

HSL color Cylindrical-coordinate representation of color #756040: hue angle of 36.23º 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 #756040 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1179664-
CMYK00.180.450.54
HSL36.23º29.28%35.49%-
HSV(B)36.23º45.3%45.88%-
XYZ12.4412.526.61-
YUV98.63108.46141.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=42.24%
G=34.66%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117966400.180.450.5436.2329.2835.49
Hex7560400122D36241d23
Octal1651401000225566443543
Binary11101011100000100000001001010110111011010010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756040; }

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

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

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

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

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

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

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

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