#766644

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

Shades of Yellow Metal #766644

Tints of Yellow Metal #766644

Color information

#766644 (or 0x766644) is unknown color: approx Yellow Metal. HEX triplet: 76, 66 and 44. RGB value is (118,102,68). Sum of RGB (Red+Green+Blue) = 118+102+68=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766644 is #8999BB. Grayscale: #676767. Windows color (decimal): -9017788 or 4482678. OLE color: 4482678.

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

Color convert

RGB11810268-
CMYK00.140.420.54
HSL40.8º26.88%36.47%-
HSV(B)40.8º42.37%46.27%-
XYZ13.2713.777.43-
YUV102.91108.3138.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 68 (26.95% from 255) = 23.61%
R=40.97%
G=35.42%
B=23.61%

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
Decimal1181026800.140.420.5440.826.8836.47
Hex7666440E2A36291b24
Octal1661461040165266513344
Binary1110110110011010001000111010101011011010100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766644; }

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

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

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

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

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

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

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

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