#76653F

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

Shades of Yellow Metal #76653F

Tints of Yellow Metal #76653F

Color information

#76653F (or 0x76653F) is unknown color: approx Yellow Metal. HEX triplet: 76, 65 and 3F. RGB value is (118,101,63). Sum of RGB (Red+Green+Blue) = 118+101+63=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76653F is #899AC0. Grayscale: #656565. Windows color (decimal): -9018049 or 4154742. OLE color: 4154742.

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

Color convert

RGB11810163-
CMYK00.140.470.54
HSL41.45º30.39%35.49%-
HSV(B)41.45º46.61%46.27%-
XYZ13.0213.526.63-
YUV101.75106.13139.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 101 (39.84% from 255) = 35.82%
BLUE value IS 63 (25% from 255) = 22.34%
R=41.84%
G=35.82%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181016300.140.470.5441.4530.3935.49
Hex76653F0E2F36291e23
Octal166145770165766513643
Binary111011011001011111110111010111111011010100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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