#756246

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

Shades of Soya Bean #756246

Tints of Soya Bean #756246

Color information

#756246 (or 0x756246) is unknown color: approx Soya Bean. HEX triplet: 75, 62 and 46. RGB value is (117,98,70). Sum of RGB (Red+Green+Blue) = 117+98+70=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #756246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756246 is #8A9DB9. Grayscale: #646464. Windows color (decimal): -9084346 or 4612725. OLE color: 4612725.

HSL color Cylindrical-coordinate representation of color #756246: hue angle of 35.74º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #756246 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1179870-
CMYK00.160.400.54
HSL35.74º25.13%36.67%-
HSV(B)35.74º40.17%45.88%-
XYZ12.8112.967.62-
YUV100.49110.79139.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=41.05%
G=34.39%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117987000.160.400.5435.7425.1336.67
Hex7562460102836241925
Octal1651421060205066443145
Binary11101011100010100011001000010100011011010010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756246; }

 p { color: rgb(117,98,70); }

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

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

 a { background-color: rgb(117,98,70); }

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

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

 span { border-color: rgb(117,98,70); }

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