#756146

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

Shades of Soya Bean #756146

Tints of Soya Bean #756146

Color information

#756146 (or 0x756146) is unknown color: approx Soya Bean. HEX triplet: 75, 61 and 46. RGB value is (117,97,70). Sum of RGB (Red+Green+Blue) = 117+97+70=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #756146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756146 is #8A9EB9. Grayscale: #646464. Windows color (decimal): -9084602 or 4612469. OLE color: 4612469.

HSL color Cylindrical-coordinate representation of color #756146: hue angle of 34.47º 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 #756146 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1179770-
CMYK00.170.400.54
HSL34.47º25.13%36.67%-
HSV(B)34.47º40.17%45.88%-
XYZ12.7212.777.59-
YUV99.9111.13140.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 97 (38.28% from 255) = 34.15%
BLUE value IS 70 (27.73% from 255) = 24.65%
R=41.20%
G=34.15%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117977000.170.400.5434.4725.1336.67
Hex7561460112836221925
Octal1651411060215066423145
Binary11101011100001100011001000110100011011010001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756146; }

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

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

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

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

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

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

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

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