#766C49

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

Shades of Go Ben #766C49

Tints of Go Ben #766C49

Color information

#766C49 (or 0x766C49) is unknown color: approx Go Ben. HEX triplet: 76, 6C and 49. RGB value is (118,108,73). Sum of RGB (Red+Green+Blue) = 118+108+73=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #766C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C49 is #8993B6. Grayscale: #6B6B6B. Windows color (decimal): -9016247 or 4811894. OLE color: 4811894.

HSL color Cylindrical-coordinate representation of color #766C49: hue angle of 46.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #766C49 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB11810873-
CMYK00.080.380.54
HSL46.67º23.56%37.45%-
HSV(B)46.67º38.14%46.27%-
XYZ14.0415.068.47-
YUV107108.81135.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 73 (28.91% from 255) = 24.41%
R=39.46%
G=36.12%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181087300.080.380.5446.6723.5637.45
Hex766C490826362f1825
Octal1661541110104666573045
Binary1110110110110010010010100010011011011010111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,108,73); }

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

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

 a { background-color: rgb(118,108,73); }

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

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

 span { border-color: rgb(118,108,73); }

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