#766646

Color #766646 Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #766646

Tints of Soya Bean #766646

Color information

#766646 (or 0x766646) is unknown color: approx Soya Bean. HEX triplet: 76, 66 and 46. RGB value is (118,102,70). Sum of RGB (Red+Green+Blue) = 118+102+70=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #766646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766646 is #8999B9. Grayscale: #676767. Windows color (decimal): -9017786 or 4613750. OLE color: 4613750.

HSL color Cylindrical-coordinate representation of color #766646: hue angle of 40º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #766646 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB11810270-
CMYK00.140.410.54
HSL40º25.53%36.86%-
HSV(B)40º40.68%46.27%-
XYZ13.3313.87.75-
YUV103.14109.3138.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 70 (27.73% from 255) = 24.14%
R=40.69%
G=35.17%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181027000.140.410.544025.5336.86
Hex7666460E2936281a25
Octal1661461060165166503245
Binary1110110110011010001100111010100111011010100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766646; }

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

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

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

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

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

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

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

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