#756844

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

Shades of Yellow Metal #756844

Tints of Yellow Metal #756844

Color information

#756844 (or 0x756844) is unknown color: approx Yellow Metal. HEX triplet: 75, 68 and 44. RGB value is (117,104,68). Sum of RGB (Red+Green+Blue) = 117+104+68=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #756844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756844 is #8A97BB. Grayscale: #676767. Windows color (decimal): -9082812 or 4483189. OLE color: 4483189.

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

Color convert

RGB11710468-
CMYK00.110.420.54
HSL44.08º26.49%36.27%-
HSV(B)44.08º41.88%45.88%-
XYZ13.3314.17.49-
YUV103.78107.81137.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=40.48%
G=35.99%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171046800.110.420.5444.0826.4936.27
Hex7568440B2A362c1a24
Octal1651501040135266543244
Binary1110101110100010001000101110101011011010110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756844; }

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

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

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

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

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

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

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

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