#766841

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

Shades of Yellow Metal #766841

Tints of Yellow Metal #766841

Color information

#766841 (or 0x766841) is unknown color: approx Yellow Metal. HEX triplet: 76, 68 and 41. RGB value is (118,104,65). Sum of RGB (Red+Green+Blue) = 118+104+65=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #766841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766841 is #8997BE. Grayscale: #676767. Windows color (decimal): -9017279 or 4286582. OLE color: 4286582.

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

Color convert

RGB11810465-
CMYK00.120.450.54
HSL44.15º28.96%35.88%-
HSV(B)44.15º44.92%46.27%-
XYZ13.3814.137.02-
YUV103.74106.14138.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 65 (25.78% from 255) = 22.65%
R=41.11%
G=36.24%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181046500.120.450.5444.1528.9635.88
Hex7668410C2D362c1d24
Octal1661501010145566543544
Binary1110110110100010000010110010110111011010110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766841; }

 p { color: rgb(118,104,65); }

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

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

 a { background-color: rgb(118,104,65); }

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

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

 span { border-color: rgb(118,104,65); }

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