#766538

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

Shades of Yellow Metal #766538

Tints of Yellow Metal #766538

Color information

#766538 (or 0x766538) is unknown color: approx Yellow Metal. HEX triplet: 76, 65 and 38. RGB value is (118,101,56). Sum of RGB (Red+Green+Blue) = 118+101+56=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #766538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766538 is #899AC7. Grayscale: #656565. Windows color (decimal): -9018056 or 3695990. OLE color: 3695990.

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

Color convert

RGB11810156-
CMYK00.140.530.54
HSL43.55º35.63%34.12%-
HSV(B)43.55º52.54%46.27%-
XYZ12.8413.445.66-
YUV100.95102.63140.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=42.91%
G=36.73%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181015600.140.530.5443.5535.6334.12
Hex7665380E35362c2422
Octal166145700166566544442
Binary1110110110010111100001110110101110110101100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766538; }

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

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

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

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

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

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

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

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