#766943

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

Shades of Yellow Metal #766943

Tints of Yellow Metal #766943

Color information

#766943 (or 0x766943) is unknown color: approx Yellow Metal. HEX triplet: 76, 69 and 43. RGB value is (118,105,67). Sum of RGB (Red+Green+Blue) = 118+105+67=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #766943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766943 is #8996BC. Grayscale: #686868. Windows color (decimal): -9017021 or 4417910. OLE color: 4417910.

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

Color convert

RGB11810567-
CMYK00.110.430.54
HSL44.71º27.57%36.27%-
HSV(B)44.71º43.22%46.27%-
XYZ13.5414.367.37-
YUV104.56106.81137.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 67 (26.56% from 255) = 23.10%
R=40.69%
G=36.21%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181056700.110.430.5444.7127.5736.27
Hex7669430B2B362d1c24
Octal1661511030135366553444
Binary1110110110100110000110101110101111011010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766943; }

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

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

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

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

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

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

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

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