#746649

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

Shades of Soya Bean #746649

Tints of Soya Bean #746649

Color information

#746649 (or 0x746649) is unknown color: approx Soya Bean. HEX triplet: 74, 66 and 49. RGB value is (116,102,73). Sum of RGB (Red+Green+Blue) = 116+102+73=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #746649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746649 is #8B99B6. Grayscale: #676767. Windows color (decimal): -9148855 or 4810356. OLE color: 4810356.

HSL color Cylindrical-coordinate representation of color #746649: hue angle of 40.47º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #746649 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB11610273-
CMYK00.120.370.55
HSL40.47º22.75%37.06%-
HSV(B)40.47º37.07%45.49%-
XYZ13.1613.78.25-
YUV102.88111.14137.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=39.86%
G=35.05%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161027300.120.370.5540.4722.7537.06
Hex7466490C2537281725
Octal1641461110144567502745
Binary1110100110011010010010110010010111011110100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746649; }

 p { color: rgb(116,102,73); }

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

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

 a { background-color: rgb(116,102,73); }

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

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

 span { border-color: rgb(116,102,73); }

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