#756745

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

Shades of Yellow Metal #756745

Tints of Yellow Metal #756745

Color information

#756745 (or 0x756745) is unknown color: approx Yellow Metal. HEX triplet: 75, 67 and 45. RGB value is (117,103,69). Sum of RGB (Red+Green+Blue) = 117+103+69=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #756745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756745 is #8A98BA. Grayscale: #676767. Windows color (decimal): -9083067 or 4548469. OLE color: 4548469.

HSL color Cylindrical-coordinate representation of color #756745: hue angle of 42.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756745 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB11710369-
CMYK00.120.410.54
HSL42.5º25.81%36.47%-
HSV(B)42.5º41.03%45.88%-
XYZ13.2613.917.62-
YUV103.31108.64137.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 69 (27.34% from 255) = 23.88%
R=40.48%
G=35.64%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171036900.120.410.5442.525.8136.47
Hex7567450C29362a1a24
Octal1651471050145166523244
Binary1110101110011110001010110010100111011010101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756745; }

 p { color: rgb(117,103,69); }

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

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

 a { background-color: rgb(117,103,69); }

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

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

 span { border-color: rgb(117,103,69); }

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