#766344

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

Shades of Yellow Metal #766344

Tints of Yellow Metal #766344

Color information

#766344 (or 0x766344) is unknown color: approx Yellow Metal. HEX triplet: 76, 63 and 44. RGB value is (118,99,68). Sum of RGB (Red+Green+Blue) = 118+99+68=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #766344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766344 is #899CBB. Grayscale: #656565. Windows color (decimal): -9018556 or 4481910. OLE color: 4481910.

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

Color convert

RGB1189968-
CMYK00.160.420.54
HSL37.2º26.88%36.47%-
HSV(B)37.2º42.37%46.27%-
XYZ12.9813.197.33-
YUV101.15109.29140.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=41.40%
G=34.74%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118996800.160.420.5437.226.8836.47
Hex7663440102A36251b24
Octal1661431040205266453344
Binary11101101100011100010001000010101011011010010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766344; }

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

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

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

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

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

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

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

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