#766B43

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

Shades of Go Ben #766B43

Tints of Go Ben #766B43

Color information

#766B43 (or 0x766B43) is unknown color: approx Go Ben. HEX triplet: 76, 6B and 43. RGB value is (118,107,67). Sum of RGB (Red+Green+Blue) = 118+107+67=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #766B43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B43 is #8994BC. Grayscale: #696969. Windows color (decimal): -9016509 or 4418422. OLE color: 4418422.

HSL color Cylindrical-coordinate representation of color #766B43: hue angle of 47.06º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #766B43 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB11810767-
CMYK00.090.430.54
HSL47.06º27.57%36.27%-
HSV(B)47.06º43.22%46.27%-
XYZ13.7414.777.44-
YUV105.73106.14136.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 67 (26.56% from 255) = 22.95%
R=40.41%
G=36.64%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181076700.090.430.5447.0627.5736.27
Hex766B43092B362f1c24
Octal1661531030115366573444
Binary1110110110101110000110100110101111011010111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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