#766645

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

Shades of Yellow Metal #766645

Tints of Yellow Metal #766645

Color information

#766645 (or 0x766645) is unknown color: approx Yellow Metal. HEX triplet: 76, 66 and 45. RGB value is (118,102,69). Sum of RGB (Red+Green+Blue) = 118+102+69=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #766645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766645 is #8999BA. Grayscale: #676767. Windows color (decimal): -9017787 or 4548214. OLE color: 4548214.

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

Color convert

RGB11810269-
CMYK00.140.420.54
HSL40.41º26.2%36.67%-
HSV(B)40.41º41.53%46.27%-
XYZ13.313.787.59-
YUV103.02108.8138.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 69 (27.34% from 255) = 23.88%
R=40.83%
G=35.29%
B=23.88%

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
Decimal1181026900.140.420.5440.4126.236.67
Hex7666450E2A36281a25
Octal1661461050165266503245
Binary1110110110011010001010111010101011011010100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766645; }

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

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

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

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

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

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

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

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