#76653C

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

Shades of Yellow Metal #76653C

Tints of Yellow Metal #76653C

Color information

#76653C (or 0x76653C) is unknown color: approx Yellow Metal. HEX triplet: 76, 65 and 3C. RGB value is (118,101,60). Sum of RGB (Red+Green+Blue) = 118+101+60=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76653C is #899AC3. Grayscale: #656565. Windows color (decimal): -9018052 or 3958134. OLE color: 3958134.

HSL color Cylindrical-coordinate representation of color #76653C: hue angle of 42.41º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76653C is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB11810160-
CMYK00.140.490.54
HSL42.41º32.58%34.9%-
HSV(B)42.41º49.15%46.27%-
XYZ12.9413.496.2-
YUV101.41104.63139.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=42.29%
G=36.20%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181016000.140.490.5442.4132.5834.9
Hex76653C0E31362a2123
Octal166145740166166524143
Binary1110110110010111110001110110001110110101010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76653C; }

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

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

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

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

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

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

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

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