#756644

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

Shades of Yellow Metal #756644

Tints of Yellow Metal #756644

Color information

#756644 (or 0x756644) is unknown color: approx Yellow Metal. HEX triplet: 75, 66 and 44. RGB value is (117,102,68). Sum of RGB (Red+Green+Blue) = 117+102+68=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756644 is #8A99BB. Grayscale: #666666. Windows color (decimal): -9083324 or 4482677. OLE color: 4482677.

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

Color convert

RGB11710268-
CMYK00.130.420.54
HSL41.63º26.49%36.27%-
HSV(B)41.63º41.88%45.88%-
XYZ13.1313.77.42-
YUV102.61108.47138.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 68 (26.95% from 255) = 23.69%
R=40.77%
G=35.54%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171026800.130.420.5441.6326.4936.27
Hex7566440D2A362a1a24
Octal1651461040155266523244
Binary1110101110011010001000110110101011011010101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756644; }

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

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

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

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

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

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

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

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