#766738

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

Shades of Yellow Metal #766738

Tints of Yellow Metal #766738

Color information

#766738 (or 0x766738) is unknown color: approx Yellow Metal. HEX triplet: 76, 67 and 38. RGB value is (118,103,56). Sum of RGB (Red+Green+Blue) = 118+103+56=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #766738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766738 is #8998C7. Grayscale: #666666. Windows color (decimal): -9017544 or 3696502. OLE color: 3696502.

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

Color convert

RGB11810356-
CMYK00.130.530.54
HSL45.48º35.63%34.12%-
HSV(B)45.48º52.54%46.27%-
XYZ13.0413.845.73-
YUV102.13101.97139.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 56 (22.27% from 255) = 20.22%
R=42.60%
G=37.18%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181035600.130.530.5445.4835.6334.12
Hex7667380D35362d2422
Octal166147700156566554442
Binary1110110110011111100001101110101110110101101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766738; }

 p { color: rgb(118,103,56); }

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

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

 a { background-color: rgb(118,103,56); }

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

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

 span { border-color: rgb(118,103,56); }

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