#766443

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

Shades of Yellow Metal #766443

Tints of Yellow Metal #766443

Color information

#766443 (or 0x766443) is unknown color: approx Yellow Metal. HEX triplet: 76, 64 and 43. RGB value is (118,100,67). Sum of RGB (Red+Green+Blue) = 118+100+67=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #766443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766443 is #899BBC. Grayscale: #656565. Windows color (decimal): -9018301 or 4416630. OLE color: 4416630.

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

Color convert

RGB11810067-
CMYK00.150.430.54
HSL38.82º27.57%36.27%-
HSV(B)38.82º43.22%46.27%-
XYZ13.0413.377.2-
YUV101.62108.46139.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 67 (26.56% from 255) = 23.51%
R=41.40%
G=35.09%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181006700.150.430.5438.8227.5736.27
Hex7664430F2B36271c24
Octal1661441030175366473444
Binary1110110110010010000110111110101111011010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766443; }

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

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

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

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

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

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

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

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