#746749

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

Shades of Soya Bean #746749

Tints of Soya Bean #746749

Color information

#746749 (or 0x746749) is unknown color: approx Soya Bean. HEX triplet: 74, 67 and 49. RGB value is (116,103,73). Sum of RGB (Red+Green+Blue) = 116+103+73=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #746749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746749 is #8B98B6. Grayscale: #676767. Windows color (decimal): -9148599 or 4810612. OLE color: 4810612.

HSL color Cylindrical-coordinate representation of color #746749: hue angle of 41.86º 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 #746749 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB11610373-
CMYK00.110.370.55
HSL41.86º22.75%37.06%-
HSV(B)41.86º37.07%45.49%-
XYZ13.2613.898.29-
YUV103.47110.81136.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 73 (28.91% from 255) = 25%
R=39.73%
G=35.27%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161037300.110.370.5541.8622.7537.06
Hex7467490B25372a1725
Octal1641471110134567522745
Binary1110100110011110010010101110010111011110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746749; }

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

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

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

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

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

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

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

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