#766042

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

Shades of Yellow Metal #766042

Tints of Yellow Metal #766042

Color information

#766042 (or 0x766042) is unknown color: approx Yellow Metal. HEX triplet: 76, 60 and 42. RGB value is (118,96,66). Sum of RGB (Red+Green+Blue) = 118+96+66=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #766042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766042 is #899FBD. Grayscale: #636363. Windows color (decimal): -9019326 or 4350070. OLE color: 4350070.

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

Color convert

RGB1189666-
CMYK00.190.440.54
HSL34.62º28.26%36.08%-
HSV(B)34.62º44.07%46.27%-
XYZ12.6412.616.92-
YUV99.16109.29141.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 66 (26.17% from 255) = 23.57%
R=42.14%
G=34.29%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118966600.190.440.5434.6228.2636.08
Hex7660420132C36231c24
Octal1661401020235466433444
Binary11101101100000100001001001110110011011010001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766042; }

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

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

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

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

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

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

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

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