#766041

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

Shades of Yellow Metal #766041

Tints of Yellow Metal #766041

Color information

#766041 (or 0x766041) is unknown color: approx Yellow Metal. HEX triplet: 76, 60 and 41. RGB value is (118,96,65). Sum of RGB (Red+Green+Blue) = 118+96+65=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #766041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766041 is #899FBE. Grayscale: #636363. Windows color (decimal): -9019327 or 4284534. OLE color: 4284534.

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

Color convert

RGB1189665-
CMYK00.190.450.54
HSL35.09º28.96%35.88%-
HSV(B)35.09º44.92%46.27%-
XYZ12.6112.66.77-
YUV99.04108.79141.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 65 (25.78% from 255) = 23.30%
R=42.29%
G=34.41%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118966500.190.450.5435.0928.9635.88
Hex7660410132D36231d24
Octal1661401010235566433544
Binary11101101100000100000101001110110111011010001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766041; }

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

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

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

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

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

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

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

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