#766D3C

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

Shades of Yellow Metal #766D3C

Tints of Yellow Metal #766D3C

Color information

#766D3C (or 0x766D3C) is unknown color: approx Yellow Metal. HEX triplet: 76, 6D and 3C. RGB value is (118,109,60). Sum of RGB (Red+Green+Blue) = 118+109+60=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #766D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D3C is #8992C3. Grayscale: #6A6A6A. Windows color (decimal): -9016004 or 3960182. OLE color: 3960182.

HSL color Cylindrical-coordinate representation of color #766D3C: hue angle of 50.69º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #766D3C is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB11810960-
CMYK00.080.490.54
HSL50.69º32.58%34.9%-
HSV(B)50.69º49.15%46.27%-
XYZ13.7615.126.47-
YUV106.1101.98136.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=41.11%
G=37.98%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181096000.080.490.5450.6932.5834.9
Hex766D3C083136332123
Octal166155740106166634143
Binary1110110110110111110001000110001110110110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766D3C; }

 p { color: rgb(118,109,60); }

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

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

 a { background-color: rgb(118,109,60); }

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

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

 span { border-color: rgb(118,109,60); }

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