#756845

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

Shades of Yellow Metal #756845

Tints of Yellow Metal #756845

Color information

#756845 (or 0x756845) is unknown color: approx Yellow Metal. HEX triplet: 75, 68 and 45. RGB value is (117,104,69). Sum of RGB (Red+Green+Blue) = 117+104+69=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #756845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756845 is #8A97BA. Grayscale: #686868. Windows color (decimal): -9082811 or 4548725. OLE color: 4548725.

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

Color convert

RGB11710469-
CMYK00.110.410.54
HSL43.75º25.81%36.47%-
HSV(B)43.75º41.03%45.88%-
XYZ13.3614.117.65-
YUV103.9108.31137.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 69 (27.34% from 255) = 23.79%
R=40.34%
G=35.86%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171046900.110.410.5443.7525.8136.47
Hex7568450B29362c1a24
Octal1651501050135166543244
Binary1110101110100010001010101110100111011010110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756845; }

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

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

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

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

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

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

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

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