#756445

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

Shades of Yellow Metal #756445

Tints of Yellow Metal #756445

Color information

#756445 (or 0x756445) is unknown color: approx Yellow Metal. HEX triplet: 75, 64 and 45. RGB value is (117,100,69). Sum of RGB (Red+Green+Blue) = 117+100+69=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756445 is #8A9BBA. Grayscale: #656565. Windows color (decimal): -9083835 or 4547701. OLE color: 4547701.

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

Color convert

RGB11710069-
CMYK00.150.410.54
HSL38.75º25.81%36.47%-
HSV(B)38.75º41.03%45.88%-
XYZ12.9713.337.52-
YUV101.55109.63139.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=40.91%
G=34.97%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171006900.150.410.5438.7525.8136.47
Hex7564450F2936271a24
Octal1651441050175166473244
Binary1110101110010010001010111110100111011010011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756445; }

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

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

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

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

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

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

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

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