#746546

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

Shades of Soya Bean #746546

Tints of Soya Bean #746546

Color information

#746546 (or 0x746546) is unknown color: approx Soya Bean. HEX triplet: 74, 65 and 46. RGB value is (116,101,70). Sum of RGB (Red+Green+Blue) = 116+101+70=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #746546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746546 is #8B9AB9. Grayscale: #666666. Windows color (decimal): -9149114 or 4613492. OLE color: 4613492.

HSL color Cylindrical-coordinate representation of color #746546: hue angle of 40.43º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #746546 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB11610170-
CMYK00.130.400.55
HSL40.43º24.73%36.47%-
HSV(B)40.43º39.66%45.49%-
XYZ12.9613.467.71-
YUV101.95109.97138.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=40.42%
G=35.19%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161017000.130.400.5540.4324.7336.47
Hex7465460D2837281924
Octal1641451060155067503144
Binary1110100110010110001100110110100011011110100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746546; }

 p { color: rgb(116,101,70); }

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

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

 a { background-color: rgb(116,101,70); }

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

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

 span { border-color: rgb(116,101,70); }

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