#766541

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

Shades of Yellow Metal #766541

Tints of Yellow Metal #766541

Color information

#766541 (or 0x766541) is unknown color: approx Yellow Metal. HEX triplet: 76, 65 and 41. RGB value is (118,101,65). Sum of RGB (Red+Green+Blue) = 118+101+65=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #766541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766541 is #899ABE. Grayscale: #666666. Windows color (decimal): -9018047 or 4285814. OLE color: 4285814.

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

Color convert

RGB11810165-
CMYK00.140.450.54
HSL40.75º28.96%35.88%-
HSV(B)40.75º44.92%46.27%-
XYZ13.0813.546.93-
YUV101.98107.13139.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=41.55%
G=35.56%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181016500.140.450.5440.7528.9635.88
Hex7665410E2D36291d24
Octal1661451010165566513544
Binary1110110110010110000010111010110111011010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766541; }

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

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

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

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

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

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

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

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