#766942

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

Shades of Yellow Metal #766942

Tints of Yellow Metal #766942

Color information

#766942 (or 0x766942) is unknown color: approx Yellow Metal. HEX triplet: 76, 69 and 42. RGB value is (118,105,66). Sum of RGB (Red+Green+Blue) = 118+105+66=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #766942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766942 is #8996BD. Grayscale: #686868. Windows color (decimal): -9017022 or 4352374. OLE color: 4352374.

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

Color convert

RGB11810566-
CMYK00.110.440.54
HSL45º28.26%36.08%-
HSV(B)45º44.07%46.27%-
XYZ13.5114.357.21-
YUV104.44106.31137.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=40.83%
G=36.33%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181056600.110.440.544528.2636.08
Hex7669420B2C362d1c24
Octal1661511020135466553444
Binary1110110110100110000100101110110011011010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766942; }

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

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

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

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

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

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

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

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