#766349

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

Shades of Soya Bean #766349

Tints of Soya Bean #766349

Color information

#766349 (or 0x766349) is unknown color: approx Soya Bean. HEX triplet: 76, 63 and 49. RGB value is (118,99,73). Sum of RGB (Red+Green+Blue) = 118+99+73=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #766349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766349 is #899CB6. Grayscale: #656565. Windows color (decimal): -9018551 or 4809590. OLE color: 4809590.

HSL color Cylindrical-coordinate representation of color #766349: hue angle of 34.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 #766349 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1189973-
CMYK00.160.380.54
HSL34.67º23.56%37.45%-
HSV(B)34.67º38.14%46.27%-
XYZ13.1413.268.17-
YUV101.72111.79139.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=40.69%
G=34.14%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118997300.160.380.5434.6723.5637.45
Hex7663490102636231825
Octal1661431110204666433045
Binary11101101100011100100101000010011011011010001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766349; }

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

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

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

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

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

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

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

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