#756846

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

Shades of Yellow Metal #756846

Tints of Yellow Metal #756846

Color information

#756846 (or 0x756846) is unknown color: approx Yellow Metal. HEX triplet: 75, 68 and 46. RGB value is (117,104,70). Sum of RGB (Red+Green+Blue) = 117+104+70=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #756846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756846 is #8A97B9. Grayscale: #686868. Windows color (decimal): -9082810 or 4614261. OLE color: 4614261.

HSL color Cylindrical-coordinate representation of color #756846: hue angle of 43.4º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #756846 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB11710470-
CMYK00.110.400.54
HSL43.4º25.13%36.67%-
HSV(B)43.4º40.17%45.88%-
XYZ13.3914.127.81-
YUV104.01108.81137.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 70 (27.73% from 255) = 24.05%
R=40.21%
G=35.74%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171047000.110.400.5443.425.1336.67
Hex7568460B28362b1925
Octal1651501060135066533145
Binary1110101110100010001100101110100011011010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756846; }

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

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

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

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

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

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

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

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