#766342

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

Shades of Yellow Metal #766342

Tints of Yellow Metal #766342

Color information

#766342 (or 0x766342) is unknown color: approx Yellow Metal. HEX triplet: 76, 63 and 42. RGB value is (118,99,66). Sum of RGB (Red+Green+Blue) = 118+99+66=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #766342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766342 is #899CBD. Grayscale: #656565. Windows color (decimal): -9018558 or 4350838. OLE color: 4350838.

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

Color convert

RGB1189966-
CMYK00.160.440.54
HSL38.08º28.26%36.08%-
HSV(B)38.08º44.07%46.27%-
XYZ12.9213.177.02-
YUV100.92108.29140.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=41.70%
G=34.98%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118996600.160.440.5438.0828.2636.08
Hex7663420102C36261c24
Octal1661431020205466463444
Binary11101101100011100001001000010110011011010011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766342; }

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

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

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

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

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

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

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

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