#756544

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

Shades of Yellow Metal #756544

Tints of Yellow Metal #756544

Color information

#756544 (or 0x756544) is unknown color: approx Yellow Metal. HEX triplet: 75, 65 and 44. RGB value is (117,101,68). Sum of RGB (Red+Green+Blue) = 117+101+68=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756544 is #8A9ABB. Grayscale: #666666. Windows color (decimal): -9083580 or 4482421. OLE color: 4482421.

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

Color convert

RGB11710168-
CMYK00.140.420.54
HSL40.41º26.49%36.27%-
HSV(B)40.41º41.88%45.88%-
XYZ13.0313.517.39-
YUV102.02108.8138.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 68 (26.95% from 255) = 23.78%
R=40.91%
G=35.31%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171016800.140.420.5440.4126.4936.27
Hex7565440E2A36281a24
Octal1651451040165266503244
Binary1110101110010110001000111010101011011010100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756544; }

 p { color: rgb(117,101,68); }

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

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

 a { background-color: rgb(117,101,68); }

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

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

 span { border-color: rgb(117,101,68); }

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