#766A41

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

Shades of Yellow Metal #766A41

Tints of Yellow Metal #766A41

Color information

#766A41 (or 0x766A41) is unknown color: approx Yellow Metal. HEX triplet: 76, 6A and 41. RGB value is (118,106,65). Sum of RGB (Red+Green+Blue) = 118+106+65=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #766A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A41 is #8995BE. Grayscale: #696969. Windows color (decimal): -9016767 or 4287094. OLE color: 4287094.

HSL color Cylindrical-coordinate representation of color #766A41: hue angle of 46.42º 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 #766A41 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB11810665-
CMYK00.100.450.54
HSL46.42º28.96%35.88%-
HSV(B)46.42º44.92%46.27%-
XYZ13.5814.547.09-
YUV104.91105.48137.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 106 (41.80% from 255) = 36.68%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=40.83%
G=36.68%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181066500.100.450.5446.4228.9635.88
Hex766A410A2D362e1d24
Octal1661521010125566563544
Binary1110110110101010000010101010110111011010111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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