#766035

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

Shades of Yellow Metal #766035

Tints of Yellow Metal #766035

Color information

#766035 (or 0x766035) is unknown color: approx Yellow Metal. HEX triplet: 76, 60 and 35. RGB value is (118,96,53). Sum of RGB (Red+Green+Blue) = 118+96+53=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #766035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766035 is #899FCA. Grayscale: #616161. Windows color (decimal): -9019339 or 3498102. OLE color: 3498102.

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

Color convert

RGB1189653-
CMYK00.190.550.54
HSL39.69º38.01%33.53%-
HSV(B)39.69º55.08%46.27%-
XYZ12.312.475.13-
YUV97.68102.79142.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=44.19%
G=35.96%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118965300.190.550.5439.6938.0133.53
Hex7660350133736282622
Octal166140650236766504642
Binary11101101100000110101010011110111110110101000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766035; }

 p { color: rgb(118,96,53); }

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

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

 a { background-color: rgb(118,96,53); }

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

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

 span { border-color: rgb(118,96,53); }

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