#766643

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

Shades of Yellow Metal #766643

Tints of Yellow Metal #766643

Color information

#766643 (or 0x766643) is unknown color: approx Yellow Metal. HEX triplet: 76, 66 and 43. RGB value is (118,102,67). Sum of RGB (Red+Green+Blue) = 118+102+67=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #766643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766643 is #8999BC. Grayscale: #666666. Windows color (decimal): -9017789 or 4417142. OLE color: 4417142.

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

Color convert

RGB11810267-
CMYK00.140.430.54
HSL41.18º27.57%36.27%-
HSV(B)41.18º43.22%46.27%-
XYZ13.2413.767.27-
YUV102.79107.8138.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=41.11%
G=35.54%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181026700.140.430.5441.1827.5736.27
Hex7666430E2B36291c24
Octal1661461030165366513444
Binary1110110110011010000110111010101111011010100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766643; }

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

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

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

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

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

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

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

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