#756744

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

Shades of Yellow Metal #756744

Tints of Yellow Metal #756744

Color information

#756744 (or 0x756744) is unknown color: approx Yellow Metal. HEX triplet: 75, 67 and 44. RGB value is (117,103,68). Sum of RGB (Red+Green+Blue) = 117+103+68=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #756744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756744 is #8A98BB. Grayscale: #676767. Windows color (decimal): -9083068 or 4482933. OLE color: 4482933.

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

Color convert

RGB11710368-
CMYK00.120.420.54
HSL42.86º26.49%36.27%-
HSV(B)42.86º41.88%45.88%-
XYZ13.2313.97.45-
YUV103.2108.14137.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 68 (26.95% from 255) = 23.61%
R=40.62%
G=35.76%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171036800.120.420.5442.8626.4936.27
Hex7567440C2A362b1a24
Octal1651471040145266533244
Binary1110101110011110001000110010101011011010101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756744; }

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

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

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

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

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

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

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

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