#756639

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

Shades of Yellow Metal #756639

Tints of Yellow Metal #756639

Color information

#756639 (or 0x756639) is unknown color: approx Yellow Metal. HEX triplet: 75, 66 and 39. RGB value is (117,102,57). Sum of RGB (Red+Green+Blue) = 117+102+57=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #756639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756639 is #8A99C6. Grayscale: #656565. Windows color (decimal): -9083335 or 3761781. OLE color: 3761781.

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

Color convert

RGB11710257-
CMYK00.130.510.54
HSL45º34.48%34.12%-
HSV(B)45º51.28%45.88%-
XYZ12.8313.585.82-
YUV101.36102.97139.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 57 (22.66% from 255) = 20.65%
R=42.39%
G=36.96%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171025700.130.510.544534.4834.12
Hex7566390D33362d2222
Octal165146710156366554242
Binary1110101110011011100101101110011110110101101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756639; }

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

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

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

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

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

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

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

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