#766E3C

Color #766E3C Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #766E3C

Tints of Go Ben #766E3C

Color information

#766E3C (or 0x766E3C) is unknown color: approx Go Ben. HEX triplet: 76, 6E and 3C. RGB value is (118,110,60). Sum of RGB (Red+Green+Blue) = 118+110+60=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E3C is #8991C3. Grayscale: #6A6A6A. Windows color (decimal): -9015748 or 3960438. OLE color: 3960438.

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

Color convert

RGB11811060-
CMYK00.070.490.54
HSL51.72º32.58%34.9%-
HSV(B)51.72º49.15%46.27%-
XYZ13.8615.336.5-
YUV106.69101.65136.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 110 (43.36% from 255) = 38.19%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=40.97%
G=38.19%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181106000.070.490.5451.7232.5834.9
Hex766E3C073136342123
Octal16615674076166644143
Binary111011011011101111000111110001110110110100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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