#756841

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

Shades of Yellow Metal #756841

Tints of Yellow Metal #756841

Color information

#756841 (or 0x756841) is unknown color: approx Yellow Metal. HEX triplet: 75, 68 and 41. RGB value is (117,104,65). Sum of RGB (Red+Green+Blue) = 117+104+65=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756841 is #8A97BE. Grayscale: #676767. Windows color (decimal): -9082815 or 4286581. OLE color: 4286581.

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

Color convert

RGB11710465-
CMYK00.110.440.54
HSL45º28.57%35.69%-
HSV(B)45º44.44%45.88%-
XYZ13.2414.067.02-
YUV103.44106.31137.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 65 (25.78% from 255) = 22.73%
R=40.91%
G=36.36%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171046500.110.440.544528.5735.69
Hex7568410B2C362d1d24
Octal1651501010135466553544
Binary1110101110100010000010101110110011011010110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756841; }

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

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

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

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

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

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

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

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