#746447

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

Shades of Soya Bean #746447

Tints of Soya Bean #746447

Color information

#746447 (or 0x746447) is unknown color: approx Soya Bean. HEX triplet: 74, 64 and 47. RGB value is (116,100,71). Sum of RGB (Red+Green+Blue) = 116+100+71=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #746447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746447 is #8B9BB8. Grayscale: #656565. Windows color (decimal): -9149369 or 4678772. OLE color: 4678772.

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

Color convert

RGB11610071-
CMYK00.140.390.55
HSL38.67º24.06%36.67%-
HSV(B)38.67º38.79%45.49%-
XYZ12.913.287.85-
YUV101.48110.8138.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 71 (28.12% from 255) = 24.74%
R=40.42%
G=34.84%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161007100.140.390.5538.6724.0636.67
Hex7464470E2737271825
Octal1641441070164767473045
Binary1110100110010010001110111010011111011110011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746447; }

 p { color: rgb(116,100,71); }

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

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

 a { background-color: rgb(116,100,71); }

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

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

 span { border-color: rgb(116,100,71); }

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