#766843

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

Shades of Yellow Metal #766843

Tints of Yellow Metal #766843

Color information

#766843 (or 0x766843) is unknown color: approx Yellow Metal. HEX triplet: 76, 68 and 43. RGB value is (118,104,67). Sum of RGB (Red+Green+Blue) = 118+104+67=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #766843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766843 is #8997BC. Grayscale: #686868. Windows color (decimal): -9017277 or 4417654. OLE color: 4417654.

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

Color convert

RGB11810467-
CMYK00.120.430.54
HSL43.53º27.57%36.27%-
HSV(B)43.53º43.22%46.27%-
XYZ13.4314.167.33-
YUV103.97107.14138.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 67 (26.56% from 255) = 23.18%
R=40.83%
G=35.99%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181046700.120.430.5443.5327.5736.27
Hex7668430C2B362c1c24
Octal1661501030145366543444
Binary1110110110100010000110110010101111011010110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766843; }

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

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

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

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

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

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

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

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