#76663B

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

Shades of Yellow Metal #76663B

Tints of Yellow Metal #76663B

Color information

#76663B (or 0x76663B) is unknown color: approx Yellow Metal. HEX triplet: 76, 66 and 3B. RGB value is (118,102,59). Sum of RGB (Red+Green+Blue) = 118+102+59=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76663B is #8999C4. Grayscale: #666666. Windows color (decimal): -9017797 or 3892854. OLE color: 3892854.

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

Color convert

RGB11810259-
CMYK00.140.500.54
HSL43.73º33.33%34.71%-
HSV(B)43.73º50%46.27%-
XYZ13.0113.676.09-
YUV101.88103.8139.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 59 (23.44% from 255) = 21.15%
R=42.29%
G=36.56%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181025900.140.500.5443.7333.3334.71
Hex76663B0E32362c2123
Octal166146730166266544143
Binary1110110110011011101101110110010110110101100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76663B; }

 p { color: rgb(118,102,59); }

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

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

 a { background-color: rgb(118,102,59); }

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

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

 span { border-color: rgb(118,102,59); }

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