#766B3F

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

Shades of Yellow Metal #766B3F

Tints of Yellow Metal #766B3F

Color information

#766B3F (or 0x766B3F) is unknown color: approx Yellow Metal. HEX triplet: 76, 6B and 3F. RGB value is (118,107,63). Sum of RGB (Red+Green+Blue) = 118+107+63=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B3F is #8994C0. Grayscale: #696969. Windows color (decimal): -9016513 or 4156278. OLE color: 4156278.

HSL color Cylindrical-coordinate representation of color #766B3F: hue angle of 48º 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 #766B3F is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB11810763-
CMYK00.090.470.54
HSL48º30.39%35.49%-
HSV(B)48º46.61%46.27%-
XYZ13.6314.736.83-
YUV105.27104.14137.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 107 (42.19% from 255) = 37.15%
BLUE value IS 63 (25% from 255) = 21.88%
R=40.97%
G=37.15%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181076300.090.470.544830.3935.49
Hex766B3F092F36301e23
Octal166153770115766603643
Binary111011011010111111110100110111111011011000011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766B3F; }

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

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

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

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

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

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

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

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