#766944

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

Shades of Yellow Metal #766944

Tints of Yellow Metal #766944

Color information

#766944 (or 0x766944) is unknown color: approx Yellow Metal. HEX triplet: 76, 69 and 44. RGB value is (118,105,68). Sum of RGB (Red+Green+Blue) = 118+105+68=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #766944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766944 is #8996BB. Grayscale: #686868. Windows color (decimal): -9017020 or 4483446. OLE color: 4483446.

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

Color convert

RGB11810568-
CMYK00.110.420.54
HSL44.4º26.88%36.47%-
HSV(B)44.4º42.37%46.27%-
XYZ13.5714.377.53-
YUV104.67107.31137.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=40.55%
G=36.08%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181056800.110.420.5444.426.8836.47
Hex7669440B2A362c1b24
Octal1661511040135266543344
Binary1110110110100110001000101110101011011010110011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766944; }

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

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

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

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

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

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

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

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