#766544

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

Shades of Yellow Metal #766544

Tints of Yellow Metal #766544

Color information

#766544 (or 0x766544) is unknown color: approx Yellow Metal. HEX triplet: 76, 65 and 44. RGB value is (118,101,68). Sum of RGB (Red+Green+Blue) = 118+101+68=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #766544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766544 is #899ABB. Grayscale: #666666. Windows color (decimal): -9018044 or 4482422. OLE color: 4482422.

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

Color convert

RGB11810168-
CMYK00.140.420.54
HSL39.6º26.88%36.47%-
HSV(B)39.6º42.37%46.27%-
XYZ13.1713.587.4-
YUV102.32108.63139.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 68 (26.95% from 255) = 23.69%
R=41.11%
G=35.19%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181016800.140.420.5439.626.8836.47
Hex7665440E2A36281b24
Octal1661451040165266503344
Binary1110110110010110001000111010101011011010100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766544; }

 p { color: rgb(118,101,68); }

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

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

 a { background-color: rgb(118,101,68); }

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

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

 span { border-color: rgb(118,101,68); }

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