#766136

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

Shades of Yellow Metal #766136

Tints of Yellow Metal #766136

Color information

#766136 (or 0x766136) is unknown color: approx Yellow Metal. HEX triplet: 76, 61 and 36. RGB value is (118,97,54). Sum of RGB (Red+Green+Blue) = 118+97+54=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #766136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766136 is #899EC9. Grayscale: #626262. Windows color (decimal): -9019082 or 3563894. OLE color: 3563894.

HSL color Cylindrical-coordinate representation of color #766136: hue angle of 40.31º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766136 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB1189754-
CMYK00.180.540.54
HSL40.31º37.21%33.73%-
HSV(B)40.31º54.24%46.27%-
XYZ12.4112.675.28-
YUV98.38102.96142-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 54 (21.48% from 255) = 20.07%
R=43.87%
G=36.06%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118975400.180.540.5440.3137.2133.73
Hex7661360123636282522
Octal166141660226666504542
Binary11101101100001110110010010110110110110101000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766136; }

 p { color: rgb(118,97,54); }

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

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

 a { background-color: rgb(118,97,54); }

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

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

 span { border-color: rgb(118,97,54); }

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