#76653A

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

Shades of Yellow Metal #76653A

Tints of Yellow Metal #76653A

Color information

#76653A (or 0x76653A) is unknown color: approx Yellow Metal. HEX triplet: 76, 65 and 3A. RGB value is (118,101,58). Sum of RGB (Red+Green+Blue) = 118+101+58=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76653A is #899AC5. Grayscale: #656565. Windows color (decimal): -9018054 or 3827062. OLE color: 3827062.

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

Color convert

RGB11810158-
CMYK00.140.510.54
HSL43º34.09%34.51%-
HSV(B)43º50.85%46.27%-
XYZ12.8913.465.92-
YUV101.18103.63140-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=42.60%
G=36.46%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181015800.140.510.544334.0934.51
Hex76653A0E33362b2223
Octal166145720166366534243
Binary1110110110010111101001110110011110110101011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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