#756641

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

Shades of Yellow Metal #756641

Tints of Yellow Metal #756641

Color information

#756641 (or 0x756641) is unknown color: approx Yellow Metal. HEX triplet: 75, 66 and 41. RGB value is (117,102,65). Sum of RGB (Red+Green+Blue) = 117+102+65=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #756641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756641 is #8A99BE. Grayscale: #666666. Windows color (decimal): -9083327 or 4286069. OLE color: 4286069.

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

Color convert

RGB11710265-
CMYK00.130.440.54
HSL42.69º28.57%35.69%-
HSV(B)42.69º44.44%45.88%-
XYZ13.0413.676.95-
YUV102.27106.97138.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=41.20%
G=35.92%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171026500.130.440.5442.6928.5735.69
Hex7566410D2C362b1d24
Octal1651461010155466533544
Binary1110101110011010000010110110110011011010101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756641; }

 p { color: rgb(117,102,65); }

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

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

 a { background-color: rgb(117,102,65); }

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

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

 span { border-color: rgb(117,102,65); }

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